wodSFTPdll - Version 3.5.2 ***This is win32 dynamic dll library, provided only forVC (and similar) customers that prefer to use win32dynamic library over ActiveX version. Only limitedsupport is available for this product. Customers usingother programming environment should try using ActiveXinstead***The Secure File Transfer Protocol provides secure filetransfer functionality over any reliable data stream,SSH in this case. It is the standard file transferprotocol for use with the SSH2 protocol. wodSFTPdll library implements client side of thisprotocol which is reliable and easy to use.SFTP protocol is designed to provide primarily filetransfer, but also more general file system access onthe remote server - in secure manner. SFTP protocolassumes it is running on secure channel (secure channelis implemented in wodSFTPdll), thus no plaintextpasswords or file information is exposed to the network.This library implements protocol that is also used inwell known SCP (Secure Copy) command on UNIX systems.Internally, SCP client opens SFTP connection with theserver for file transfer (much better than calling RCPover SSH connection). wodSFTPdll supports the most important PutFile (forfile uploading) and GetFile (for file downloading)methods, but also * PutData and GetData to copy string variable to/fromremote file,* MakeDir and RemoveDir to create and delete directories,* DeleteFile to delete file on the server,* ListItems event to list files in some directory onremote server* GetAttributes and SetAttributes to retrieve and setattributes for the file (or directory),* Resume property to resume broken transfers,* Blocking mode to execute methods and wait until theyare completed.* Password and PublicKey properties that determine typeof authentication with the server* ASCII and Binary file transfers to handle differentdata types....* Done event that is fired when executed method iscompleted - a perfect place to initiate new command