Are there any out there? I've done a fair bit of searching. Looks like there are some options for a few hundred $US++ but I can't see any free ones.
+1
A:
There is one at www.example-code.com/csharp/ftp_asyncUpload.asp. I haven't used it myself. There is also http://www.eldos.com/sbb/ which has a free trial version with a nag screen. I have used this one but not for asynchronous uploading, but you could do the work in a delegate and use BeginInvoke to make it asynchronous.
Tim Carter
2010-08-13 04:02:49
it seems that those are for FTP, not SFTP
Mauricio Scheffer
2010-08-13 04:05:37
The www.eldos.com one definitely does SFTP. I have used it for that.
Tim Carter
2010-08-13 04:57:19
further to my previous comment http://www.sftp.net/sftp-net-vb-sample.html is a VB.NET example
Tim Carter
2010-08-13 06:07:13
you're right, both of them support SFTP, sorry.
Mauricio Scheffer
2010-08-13 13:50:31