edtFTPnet/Express - Class Reference

IFTPComponent Interface

Interface implemented by all FTP components.

For a list of all members of this type, see IFTPComponent Members.

public interface IFTPComponent

Types that implement IFTPComponent

Type Description
ExFTPConnection Extension to FTPConnection providing advanced features including multi-file operations, asynchronous programming methods, visual design tools and support for SOCKS proxies.
FTPCommandView FTPCommandView displays all FTP commands and their replies in real-time.
FTPConnectionEditor A Windows Forms control which allows the user to edit the properties of an ExFTPConnection or SecureFTPConnection.
FTPController Non-visual Windows Forms component attach user-defined buttons or menu-items to various operations of an ExFTPConnection or SecureFTPConnection.
FTPFileList Displays a list of files and directories available for upload or download via FTP.
FTPLocalFileList Displays a list of local files and directories available for upload via FTP.
FTPLogView FTPLogView displays logging messages in real-time.
FTPMessageView Base class for controls which need to display a list of messages.
FTPRemoteFileList Displays a list of remote files and directories available for download via FTP.
FTPStatusBar FTPStatusBar is a status bar tailored for use with ExFTPConnection and SecureFTPConnection, which provides realtime feedback about the current file transfer.
FTPSynchronizeView Helps users synchronize a directory on an FTP server with one on the local machine.
FTPConnection Provides FTP client functionality.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

IFTPComponent Members | EnterpriseDT.Net.Ftp Namespace