| Class | Description |
|---|---|
| FTPColumnHeader | Displays a single column header in an FTPFileList. |
| FTPCommandView |
FTPCommandView displays all FTP commands and their replies in real-time. |
| FTPCompareEventArgs | Provides a reference to a local file (LocalFile) and a remote file (RemoteFile) and requires Action and Match to be set in order to return the result of the file comparison. |
| FTPConnectionEditor | A Windows Forms control which allows the user to edit the properties of an ExFTPConnection or SecureFTPConnection. |
| FTPConnectionProperties | Used by FTPConnectionEditor to select the properties that may be edited by the user of the control. |
| FTPController | Non-visual Windows Forms component attach user-defined buttons or menu-items to various operations of an ExFTPConnection or SecureFTPConnection. |
| FTPDateColumnHeader | Displays a single column header in an FTPFileList. |
| FTPFileList | Displays a list of files and directories available for upload or download via FTP. |
| FTPFileList.Messages | Defines the messages that can be presented to a user by this component. |
| FTPFileListItem | Represents an item in an FTPFileList control. |
| FTPFileListSorter | Used as a sorting comparer for an FTPColumnHeader column. |
| 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. |
| FTPStatusBar.Messages | Defines the messages that can be presented to a user by FTPStatusBar. |
| FTPSynchronizeView | Helps users synchronize a directory on an FTP server with one on the local machine. |
| FTPSynchronizeView.Messages | Defines the messages that can be presented to a user by FTPSynchronizeView. |
| FTPSynchronizeViewItem | Represents an item in the FTPSynchronizeView list. |
| FTPSyncItemClickEventArgs | Contains information regarding an ItemClick event. |
| Delegate | Description |
|---|---|
| FTPCompareEventHandler | Delegate for the CompareFiles event. |
| FTPSyncItemClickEventHandler | Delegate for the ItemClick event. |
| Enumeration | Description |
|---|---|
| FTPColumnHeader.ColumnType | Lists the types of FTPColumnHeaders. |
| FTPSyncAction | Actions that may be taken in order to synchronize a local file with a remote file. |