I am evaluating Rebex SFTP .Net Framework 4.0 library. In fact was about to recommend it, after trying download, move files etc. Everything seems to be fine until you try to download a file multiple times. First attempt works, second attempt timed out initially, but then i increased the timeout property to 120 secs which kind of resolved it, but it takes so long to download.
I followed the sample code, in this order
Connect
Login
Getfile (remote file, Stream)
Disconnect
So is the SFTP class, locking the file, or connection?
This solution will be used to download many files from an SFTP server, every minute, so can't have it timeout randomly or take a minute to download one file. The file size is just 4 KB.
Regards,
Ali