The 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.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,
* 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.
* 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... Provided samples will guide you how to take full power of wodSFTP.NET in dotnet environment!
Download in Progress ... please wait.
If your download does not start, please click the following link:
wodFtpDLX - wodFtpDLX is developed as two standalone components:
COM object, that should be used when you want to do all file transfer in the background and is not visible on the form, or GUI ActiveX version that has it's own...
wodFTPServer - ActiveX Component that implements server side of following protocols: FTP, FTP/S (FTPS or FTP+SSL) both in explicit and implicit modes, and SFTP (secure ftp subsystem on SSH2 secured channel).
Support for all 3 protocol is...
wodHttpDLX - General information
WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents and other...
wodImapServer - WeOnlyDo! COM ImapServer ActiveX control is component that can be easily integrated into your applications to provide full IMAP4rev1 protocol server implementation. All you need to do is to put it on VB form, call it's Start...
wodMailbox - WeOnlyDo! Mailbox is a component that can be easily integrated into your applications to provide full management over mailboxes and message parsing.
Using wodMailbox, you can easily access mailbox, count messages, look at...
wodPOP3 - ActiveX component that is used to access mailbox on the server using POP3 protocol. Mail found on the server can be retrieved locally(complete messages or only headers) and/or can be deleted from server. Full set of commands...
wodPop3Server - WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 protocol server implementation. All you need to do is to put it on VB form, call it's Start...
wodSFTP - The Secure File Transfer Protocol (SFTP Client) 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.
...
wodSFTPdll - ***This is win32 dynamic dll library, provided only for VC (and similar) customers that prefer to use win32 dynamic library over ActiveX version. Only limited support is available for this product. Customers using other...
wodSmtp - ActiveX client component used to deliver e-mail messages directly to the server of the recipient, using SMTP protocol. It automatically finds appropriate server where message should be delivered,or uses SmartHost through Hostname property.