I need to be able to upload a file to a site by sftp.
I found this great example on how to upload via ftp...
http://www.codeguru.com/csharp/cshar...cle.php/c13163
Anyone know if i can sftp a file in C#?
Printable View
I need to be able to upload a file to a site by sftp.
I found this great example on how to upload via ftp...
http://www.codeguru.com/csharp/cshar...cle.php/c13163
Anyone know if i can sftp a file in C#?
What does the article say? Doesn't it give you the code and a demo of how to SFTP in C# (.NET 2.0)?
Did I mis-read it... I that that it was only an example of ftp not sftp.
You didn't, I did :)
Anyways, here is something that might be useful
http://www.koders.com/csharp/fidF19F...618E9F0FF.aspx
Looks like .NET does not have support for SSH FTP yet.
Is sftp the same as ftp over a ssl?
No it is not. FTP over SSL is Secure FTP where SFTP is FTP with SSH.
http://searchwarp.com/swa261185.htm