wodSFTP.NET 3.3

Developer
WeOnlyDo Software
Size
2.9 MB
Operating System
Windows All
License
Shareware Trial
Category
Programming

Download Links

Download
wodSFTP.NET 3.3

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.

SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server – in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP.NET), thus no plaintext passwords or file information is exposed to the network.

Features:

  • 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…

LEAVE A REPLY

Please enter your comment!
Please enter your name here