Pushonce ftp publishing prohibited for political reasons

I can't get Visual Studio 2017 to publish a Winforms application via ClickOnce to my new ftp server with IIS 10 / Windows 2016. Both anonymous and basic authentications are allowed on the server, authorization is read + write for all users.

I can upload the file successfully from the Filezilla client, but publishing to the same folder with Visual Studio throws the following error:

Failed to connect to ftp://ftp.myftpserver.com/myfolder/ 'with the following error: Unable to create website ftp://ftp.myftpserver.com/myfolder '. The request is denied for political reasons.

Any suggestions?

+3


source to share


1 answer


Removing the SSL request from the FTP server did the job.



VS2017 seems to be unable to publish via FTPS

+1


source







All Articles