| Class |
Description |
|
AbstractRecursiveOperations
|
Performs various recursive FTP operations on directories |
|
BytesTransferredEventArgs
|
Event args for BytesTransferred event |
|
ConnRecursiveOperations
|
For use with FTPConnection |
|
DirectoryEmptyStrings
|
Contains fragments of server replies that indicate no files were found in a supplied directory. |
|
ExFTPClient
|
Provides low-level access to extended FTP operations. ExFTPConnection provides a superior interface and is recommended for general use. |
|
ExFTPConnection
|
Extension to FTPConnection providing advanced features including multi-file operations, asynchronous programming methods, visual design tools and support for SOCKS proxies. |
|
FileNotFoundStrings
|
Contains fragments of server replies that indicate that a file was not found. |
|
FileTransferException
|
Exceptions specific to file transfer protocols |
|
FileTypes
|
Attempts to classify files as ASCII (or not) |
|
FTPActiveDataSocket
|
Active data socket handling class |
|
FTPCancelableEventArgs
|
Base-class for EventArgs classes associated with cancelable events. |
|
FTPClient
|
Provides low-level access to FTP operations. FTPConnection provides a superior interface and is recommended for general use. |
|
FTPConnection
|
Provides FTP client functionality. |
|
FTPConnectionClosedException
|
Thrown when the server terminates the connection |
|
FTPConnectionEventArgs
|
Provides data for the Connecting and Connected events. |
|
FTPControlSocket
|
Supports client-side FTP operations |
|
FTPDataSocket
|
Interface for data socket classes, whether active or passive |
|
FTPDirectoryEventArgs
|
Provides data for the DirectoryChanging and DirectoryChanged events. |
|
FTPDirectoryListEventArgs
|
Provides data for the DirectoryListing and DirectoryListed events. |
|
FTPErrorEventArgs
|
Provides data for error events. |
|
FTPException
|
FTP specific exceptions |
|
FTPFile
|
Represents a remote file (implementation) |
|
FTPFileFactory
|
Factory for creating FTPFile objects |
|
FTPFileParser
|
Root class of all file parsers |
|
FTPFileRenameEventArgs
|
Provides data for the RenamingFile and RenamedFile events. |
|
FTPFileSyncPair
|
Matched pair of FTPFiles, where one is local and one is the matching remote file. |
|
FTPFileTransferEventArgs
|
Provides data for the Uploading, Uploaded, Downloading, and Downloaded events. |
|
FTPLoadSaveEventArgs
|
Provides data for the Load and Save events. |
|
FTPLogInEventArgs
|
Provides data for the LoggingIn and LoggedIn events. |
|
FTPMessageEventArgs
|
Event args for ReplyReceived and CommandSent events |
|
FTPPassiveDataSocket
|
Passive data socket handling class |
|
FTPReply
|
Encapsulates the FTP server reply |
|
FTPSyncEventArgs
|
|
|
FTPSyncFileEventArgs
|
|
|
FTPSyncRules
|
Contains a set of instructions for how a synchronization operation should be performed. |
|
FTPTransferCancelledException
|
Thrown when a recursive operation is aborted. |
|
OS400FileParser
|
Represents a remote OS400 file parser. |
|
PortRange
|
Specifies a TCP port range defining the lower and upper limits for data-channels. |
|
PropertyOrderAttribute
|
|
|
ServerStrings
|
Manages strings that match various FTP server replies for various situations. The strings are not exact copies of server replies, but rather fragments that match server replies (so that as many servers as possible can be supported). All fragments are managed internally in upper case to make matching faster. |
|
TransferCompleteStrings
|
Contains fragments of server replies that a transfer completed |
|
TransferEventArgs
|
Event args for TransferStarted/Complete |
|
UnixFileParser
|
Represents a remote Unix file parser |
|
UnixFileParser2
|
Custom file parser for an unusual Unix FTP server that returns LIST listings in the form of -r-------- GMETECHNOLOGY 1 TSI 8 Nov 06 11:00:25 ,GMETECHNOLOGY,file02.csv,U,20071106A00001105190.txt |
|
VMSFileParser
|
Represents a remote OpenVMS file parser |
|
WildcardFilter
|
Wildcard file filter that matches against ? for single characters and * for multiple characters. Case is ignored. |
|
WindowsFileParser
|
Represents a remote Windows file parser |