Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FTP to FTPS proxy

Visual Studio 2010 allows to publish web projects via FTP. Great feature but due to security reasons FTP is disabled at the target site (FTPS is available). As far as I know VS2010 does not support FTPS ;( Is there any plugin for VS2010 that implements FTPS support? Or, maybe, a simple proxy for installation on the local PC that translate FTP to FTPS ?

Thanks!

like image 393
Vitas Avatar asked Aug 26 '10 11:08

Vitas


1 Answers

VS 2010 supports publishing via FTPS (FTP/SSL).

Just use "ftps://yoursite.com" instead of "yoursite.com" in Target Location field.

For details see VS 2010 Web Deployment blogpost

alt text

like image 73
Martin Vobr Avatar answered Oct 05 '22 22:10

Martin Vobr