简体   繁体   中英

Visual Studio 2017 publish ftp doesn't work

I'm trying to publish my project to FTP with Visual Studio 2017 RC. The problem is with uploading files, it doesn't work. I tried to folder and works fine, but to external FTP not.

Why i want to do this? Because it's .net core project and i want to deploy on linux production environment.

What i'm doing wrong?

//edit: I'm using vsftpd on ubuntu 16.04 and connecting with passive mode.

ftp://hostname with user and password data. path is "app_dev" it's folder on ftp.

The Only way that I found is to create a local drive letter that appoints to the ftp. Sorry no better answer...

i had similar issue in the past. What i did was use other ftp client to publish the app after publishing to local folder.

But still you should try getting their deployment script

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM