Visual Studio 2017 publish ftp not working

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.

+6
source share
1 answer

The only way I found is to create a local drive letter that assigns ftp. Sorry, there is no better answer ...

0
source

Source: https://habr.com/ru/post/1015446/


All Articles