tags:

views:

1045

answers:

2

Is there a commercial or free (preferably) library for a .NET language that I can use with C# to make SSH connections? I'm trying to run a windows implementation of rsync that doesn't support ssh (yet) through it.

+7  A: 

sharpSsh?

Ben Alpert
it doesn't work, won't connect. Throws an error with the message of Verify: False
Malfist
A: 

Have you looked at Granados? It claims to support TCP port forwarding which sounds like something you need.

BrianLy
Is there any documentation for it?
Malfist
Do these examples help? http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/e554ebc5-7b74-415f-8ac8-d5dc3dcaf1c5/ and http://www.codeproject.com/KB/IP/terminalcontrol.aspx
BrianLy