Implements client side operation for FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL) protocols.
For a list of all members of this type, see FtpDLX members.
Object Model
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
WeOnlyDo.Client.FtpDLX
Syntax
[Visual Basic]
Public Class FtpDLX
Inherits Component
[C#]
public class FtpDLX : Component
[JScript]
public class FtpDLX extends Component
Remarks
wodFtpDLX.NET is a component that supports encrypted and non-encrypted FTP access to the servers for transferring files. It supports old, very common, FTP protocol, but also secured FTP+SSL (FTP+SSL) and SFTP (FTP+SSH). No matter what protocol is selected - it is completely transparent for programming. Same methods and same events apply for all protocols.
Together with the component is included Certificate Management Component, you can deal with certificates with ease - assign certificate to be used for client authentication, check validity of remote certificate, etc..
Features:
- FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols
- Certificate authentication where available, or privatekey authentication for SFTP protocol
- Internal parsing of received directory listings - get names, sizes, ownerships etc.. directly from our interface, through
DirItems collection
- Recursive uploads and downloads - copy complete directory structure to/from the server completely automated
- Both ASCII and Binary transfer modes supported, no matter if server allows them or not
- ListDir and ListNames methods for directory listing
- PutFile and GetFile for storing and retrieving files (to file or to stream)
- Resume support, AppendFile method
- Passive and Active data connections for FTP and FTPS protocols
- Blocking mode support
- Set of events that notify you about method completition
- Timeout support
- Large files support > 4.2gb
- Renaming, creating of directories, deletion of files and directories
- Proxy support
- ........ and much more.
wodFtpDLX.NET has no intention on providing deepest protocol specific commands (like
ACCT, STOU or whatever). It provides only commands that can apply to all 3 supported protocols. But - when it provides something - it does everything automatically for you. You don't have to think about opening data ports, you don't have to think on sending appropriate commands, setting modes etc.. You need to download file? Call
GetFile - that's all. wodFtpDLX.NET will do everything else for you.
wodFtpDLX.NET is royalty free component - distribute it with your product without any requirements for WeOnlyDo! Software.
Requirements
Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
See Also
FtpDLX Members
| WeOnlyDo.Client Namespace
© WeOnlyDo Software. All Rights Reserved.