1

Possible Duplicate:
is there SFTP Communications in C#?

is it possible to do a FILE upload using C# over SSH tunnel? if so how? is it supported in .net?

Community
  • 1
  • 1
Natasha Thapa
  • 979
  • 4
  • 20
  • 41

3 Answers3

3

You may use third party resources:

Naveed
  • 41,517
  • 32
  • 98
  • 131
  • I have to connect to a server via ssh and download and upload some files. Which one should I use given that Rebex is not free? – prongs Jan 05 '12 at 13:58
0

yes it is possible is there SFTP Communications in C#? and there is other useful links also on SO

Community
  • 1
  • 1
adt
  • 4,320
  • 5
  • 35
  • 54
0

You need to download a third-party library to be able to do that.

The only Open Source library that I've seen is Routrek Networks Granados

Justin Niessner
  • 242,243
  • 40
  • 408
  • 536