Page 1 of 1

FTP Error

Posted: April 26th, 2019, 3:43 am
by Bhupender11
Dear CSPro Users,

I have faced an error while deploying Application.

The error is attached below. It is not prompting for username and password.

Please help me sort out this.

Re: FTP Error

Posted: April 26th, 2019, 6:18 am
by josh
That error means that the FTP server does not have permission to make directories. You need to give the appropriate permissions the user that the FTP is running under.

Re: FTP Error

Posted: April 26th, 2019, 6:59 am
by Bhupender11
Dear josh,

When I am publishing the application then it not asking for username and password for the server and trying to make directory there and produce error.

How can i place username and password for the same.

Thanks in advance

Re: FTP Error

Posted: April 26th, 2019, 7:24 am
by josh
It probably saved the username/password from a previous login. You can delete the saved username/password by opening "Windows Credential Manager", clicking on "Windows Credentials" and delete the entry for CSPro_sync_ftp://<server url>/_pass and CSPro_sync_ftp://<server url>/_user.

I also see that in the attachment your server url starts with sftp. If the server is using the SFTP protocol (FTP over SSH) note that this protocol is not supported by CSPro. CSPro only works with FTP and FTPS.

Re: FTP Error

Posted: April 26th, 2019, 8:13 am
by Bhupender11
Thanks josh.
Error is sort out.

I have removed the username and password from credential Manager and is working fine.