Is there a library that provides the ability to do SCP transfers in C#?
Asked
Active
Viewed 2.9k times
2 Answers
18
-
7Since that library seems not to be maintained anymore, the best guess today probably is http://sshnet.codeplex.com/ , which is based on SharpSSH and has commits from 2014. (I am just struggling to make SharpSSH work in certain scenarios.) – Andreas Reiff Jun 22 '14 at 16:36
-
@Tobia: Not having used SharpSSH much myself, I can't confirm that. Given that in 2014 there was a suggestion that SharpSSH was no longer maintained, I probably wouldn't try now anywya. – Jon Skeet Nov 15 '18 at 12:00
-
3
6
Use WinSCP .NET Assembly. It is really straight forward.
-
It should be noted that the WinSCP .NET Assembly also requires WinSCP installed. It is not a standalone library. – Nathan Lewis Dec 10 '14 at 15:24
-