 | Limilabs.FTP.Client Namespace |
FTP/FTPS client namespace.
Classes| | Class | Description |
|---|
 | AuthExtension |
Represets AUTH extension (AUTH SSL, AUTH TLS).
|
 | AuthMethod |
Represents AUTH method (SSL, TLS).
|
 | BatchProgressEventArgs |
Represents progress of the current batch operation.
|
 | ExtensionContainer |
Represents extensions supported by the remote server.
You can access this object through Extensions property.
It is updated as soon as the connection is made, after login, and every time Feat method is used.
|
 | Ftp |
FTP client implementation.
Allows listing, moving, copying, downloading and uploading files using FTP/FTPS protocol.
|
 | FtpConfiguration |
Represents FTP protocol configuration.
Use property to access this configuration.
|
 | FtpDataType |
Represents data connection transfer type (Binary, Ascii).
You can use TransfersDataType to specify default transfer type explicitly.
|
 | FtpException |
Represents an error that occurred during FTP conversation.
|
 | FtpExtension |
Represents single FTP extension.
|
 | FtpItem |
Represents system entry (folder, file, link) stored on the server.
|
 | FtpPermission |
Represents FTP permissions returned using perm fact in response to MLSD command (MLSD method or GetList when MLST is supported)
|
 | FtpResponse |
Represents server response to FTP command.
|
 | FtpResponseException |
Represents FTP server error response.
|
 | FtpTransferMode |
Represents FTP transfer mode. Default is Stream.
You can use SetTransferMode(FtpTransferMode) method to force transfer mode change.
|
 | IBMListFormat |
Represents format that can be used with (SiteListFormat(IBMListFormat) method.
|
 | LocalSearchOptions |
Represents options for local search.
|
 | MLSTExtension |
Representes MLST extension.
|
 | ModeExtension |
Represents MODE extension.
|
 | ModeMethod |
Represent ModeExtension methods.
|
 | ProgressEventArgs |
Represents progress of the current operation.
|
 | Range |
Represents positive range of values.
Range(1, 3) represents values: 1,2,3.
Range(1, 1) represents single value: 1.
|
 | RemoteSearchItem |
Represents remote server search result item (file or folder), returned by Search(RemoteSearchOptions) or Search(String, RemoteSearchOptions) method.
|
 | RemoteSearchOptions |
Represents options for remote server search.
|
 | RestExtension |
Represents REST extension.
|
 | RestMethod |
Represent RestExtension methods.
|
 | ServerCertificateValidateEventArgs |
Arguments for ServerCertificateValidateEventHandler and ServerCertificateValidate event.
|
 | SSLConfiguration |
Represents SSL configuration (client certificates, enabled SSL protocols)
|
 | TcpTextClient |
Implements TCP/IP text client.
|
 | UnixPermissionSet |
Represents Unix permissions.
|
Delegates
Enumerations