Volume DiscountWe offer volume discount for this product. Save up to 19% Off by purchasing multiple licenses with the coupon code: A9F82BDE80, as shown below:
Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product.
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
WeOnlyDo Awards
Product Details
The SFTP for C# and VB.NET (Secure File Transfer Protocol) 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. wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use.
Features
wodSFTP.NET supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also: • MakeDir and RemoveDir to create and delete directories, • PutFiles, GetFiles... to upload/download/delete multiple files, recursively, • Direct read/write operation on remote file with RemoteOpen, RemoteRead, RemoteWrite and RemoteClose methods, • DeleteFile to delete file on the server, • ListItems event to list files in some directory on remote server, • GetAttributes and SetAttributes to retrieve and set attributes for the file, • Resume property to resume broken transfers, • Blocking mode to execute methods and wait until they are completed. • Password and PublicKey authentications. • ASCII and Binary file transfers to handle different data types.... • Done event that is fired when executed method is completed - a perfect place to initiate new command...