SFTP c#
-
Wednesday, July 05, 2006 2:40 PMI want to do SFTP using c#. how it can be done ??
All Replies
-
Wednesday, July 05, 2006 2:51 PMModerator
Unfortunately the framework doesn’t have this built in so you’ll either need to make your own or use someone else’s like:
-
Friday, July 21, 2006 10:09 PM
You could try edtFTPnet/PRO, our C#/.NET client that supports FTP,FTPS and SFTP.
See http://www.enterprisedt.com/products/edtftpnetpro/overview.html
and http://www.enterprisedt.com/products/edtftpnetpro/download.html for a trial download.
regards
Bruce Blackshaw
Enterprise Distributed Technologies -
Monday, November 12, 2007 7:29 PM
Are there any SFTP libraries built into any of the .NET Framework versions? -
Thursday, November 22, 2007 7:23 AMNo, as SFTP is part of SSH family of protocols, and SSH is not implemented in .NET Framework. But why not use the third-party one? You can compare them on comparison page
- Edited by Eugene Mayevski Tuesday, March 08, 2011 3:41 PM URL updated
-
Sunday, March 14, 2010 11:38 PM
.NET does not actually support SFTP yet. Some commercial SFTP tools are:
Free component: Sharp SSH- Proposed As Answer by Clark MCPD Sunday, March 14, 2010 11:40 PM
- Edited by Clark MCPD Monday, August 13, 2012 11:17 AM update and add some more useful links
-
Thursday, April 22, 2010 8:19 PMTry the .NET SFTP Library . It synchronizes entire directory trees and can handle bad network connections.
-
Saturday, May 08, 2010 9:34 PM
I want to do SFTP using c#. how it can be done ??
It can also be done with the free tool SSH Sharp lib -
Wednesday, June 09, 2010 11:42 PM
Hi,
SFTP is not supported in the .NET Framework natively, look into using JSCAPE's component :
http://www.jscape.com/sshfactorydotnet/index.htmlBest Regards,
JSCAPE - Managed File Transfer & Security Solutions http://www.jscape.com

