wodSFTP 3.5.5
wodSFTP component implements 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), thus no plaintext passwords or file information is exposed to the network.
This component implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection).
wodSFTP supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also:
* PutData and GetData to copy string variable to/from remote file,
* MakeDir and RemoveDir to create and delete directories,
* 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 (or directory),
* Resume property to resume broken transfers,
* Blocking mode to execute methods and wait until they are completed.
* Password and PublicKey properties that determine type of authentication with the server
* 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..
wodSFTP is tested and works great with all OpenSSH versions, as well as SSH (from SSH Communications Security Corp.) which are most common on today`s servers, but has been also tested on others too. Different server implementations handle some sftp features differently.
* Fixed potential crash under heavy load when Disconnect method was called inside component's event
* KeepAlives property
* Fixed possible access violation with WS_FTP server in ListDir/ListNames
* Distribution now contains x86 and x64 binaries
3.5.0 November 12, 2009
* FIPS 140-2 enabled library can now be specified as external DLL,
through FIPS property.
...Client class provides a...features of a component without the complexities...operations smoothly. * Upload entire directory (including...2.1). * File transfer monitoring support with...WinSSHD * GlobalScape Security Server * OpenSSH...* WeOnlyDo wodSFTP Firewall and Proxy...proxy servers support. Security Support * Diffie...
...The Secure File Transfer Protocol provides secure...file transfer functionality over any...the standard file transfer protocol for use...with the SSH2 protocol. wodSFTP.NET is...dotnet implemenation of client side of this...protocol which is reliable...easy to use. SFTP protocol is designed...server - in secure manner. SFTP protocol...
...complete solution for secure (encrypted) communication in...terminal access -provide SFTP (secure ftp) for...file transferring -provide secure port forwarding between...the client and 3rd applications...- make client side -with wodSSH...the server -with wodSFTP - to upload...
...DLL edition) is the...comprehensive component collection for network...* SFTPBlackbox - transfer files and perform...file operations using secure SFTP protocol. *...commands remotely, create secure tunnels, transfer your...TLS protocols to secure your client and...server applications. Transfer files via FTP...
...is win32 dynamic dll library, provided only...dynamic library over ActiveX version. Only limited...should try using ActiveX instead*** The Secure...File Transfer Protocol provides secure file...transfer functionality over any...the standard file transfer protocol for use...with the SSH2 protocol. wodSFTPdll library...

