wodSFTP - Version 3.5.2 The Secure File Transfer Protocol (SFTP Client)provides secure file transfer functionality over anyreliable data stream, SSH in this case. It is thestandard file transfer protocol for use with the SSH2protocol. wodSFTP component 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 protocol assumes it is running on secure channel(secure channel is implemented in wodSFTP), thus noplaintext passwords or file information is exposed tothe network.This component 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). wodSFTP supports the most important PutFile (for fileuploading) 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..wodSFTP is tested and works great with all OpenSSHversions, as well as SSH (from SSH CommunicationsSecurity Corp.) which are most common on today'sservers, but has been also tested on others too.Different server implementations handle some sftpfeatures differently.