wodSFTP.NET - Version 3.4.0 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. wodSFTP.NET is a dotnet implemenation of client side ofthis protocol 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 wodSFTP.NET), thus no plaintextpasswords or file information is exposed to the network.wodSFTP.NET supports the most important PutFile (forfile uploading) and GetFile (for file downloading)methods, but also * 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,* Resume property to resume broken transfers,* Blocking mode to execute methods and wait until theyare completed.* 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... Provided samples will guide you how to take full powerof wodSFTP.NET in dotnet environment!