Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmable, secure FTP replacement

Tags:

asp.net

ftp

We need to move off traditional FTP for security purposes (it transmits it's passwords unencrypted). I am hearing SSH touted as the obvious alternative. However I have been driving FTP from an ASP.NET program interface to automate my web-site development, which is now quite a highly web-enabled process.

Can anyone recommend a secure way to transfer files around which has a program interface that I can drive from ASP.NET?

like image 984
Madir Avatar asked Feb 03 '26 22:02

Madir


1 Answers

sharpssh implements sending files via scp.

like image 186
Peter Hoffmann Avatar answered Feb 06 '26 10:02

Peter Hoffmann