Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there SFTP Communications in C#? [duplicate]

Tags:

c#

sftp

Possible Duplicate:
SFTP Libraries for .NET

is there SFTP Communications in C#?

like image 680
Rodniko Avatar asked Jan 31 '11 15:01

Rodniko


2 Answers

There's a .NET component called SFTPBlackbox which does exactly that. The feature list seems sufficient to me.

They even have a comparison of various .NET SFTP implementations here.

like image 131
Piskvor left the building Avatar answered Sep 25 '22 07:09

Piskvor left the building


Using Rebex we can achieve that, see this blog , here everything is explained clearly http://www.rebex.net/sftp.net/tutorial-sftp.aspx

like image 44
Sankar Ganesh PMP Avatar answered Sep 25 '22 07:09

Sankar Ganesh PMP