I am trying to publish my project on FTP using Visual Studio 2017 RC. The problem is uploading files, this will not work. I tried to set the folder and work fine, but no external FTP.
Why do I want to do this? Because it is a .net kernel project, and I want to deploy it in a production Linux environment.
What am I doing wrong?
// edit: I use vsftpd on ubuntu 16.04 and connect to passive mode.
ftp: // hostname with username and password. the path is "app_dev" its folder on ftp.
source share