tags:

views:

37

answers:

1

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
it seems that those are for FTP, not SFTP
Mauricio Scheffer
The www.eldos.com one definitely does SFTP. I have used it for that.
Tim Carter
further to my previous comment http://www.sftp.net/sftp-net-vb-sample.html is a VB.NET example
Tim Carter
you're right, both of them support SFTP, sorry.
Mauricio Scheffer