The Secure File Transfer Protocol (SFTP client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. Windowless wodSFTP component implements client side of this protocol, which is reliable and easy to use. Due to its support both for blocking mode and asynchronous mode, WodSFTP can be used in many environments, such as VB, Delphi, VC, but also in ASP, VBS. WodSFTP is tested and works great with all OpenSSH versions, as well as SSH.
Release 2.1.0.1 fixes VB IDE crash that could occur if stopped from within Done event and adds VB sample that shows how to implement multi GET and PUT commands.