 | FTP Class |
This is made static because it simply wraps System.Net.FtpClient and standardizes on calls
The disposal of instatiated FTP calls is handled within this class.
Inheritance Hierarchy
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
SyntaxPublic NotInheritable Class FTP
public ref class FTP abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FTP = class end
The FTP type exposes the following members.
Properties
| Name | Description |
---|
  | LoggerInstance |
Gets or sets the logger instance to be used by the File class.
|
Top
Methods
| Name | Description |
---|
  | CheckForFiles(FTPHeader, FTPOptions, String) |
Checks for files.
|
  | CheckForFiles(FTPHeader, String, FTPFilterType, String) |
Gets all the files in a remote directory with an optional filter on the extension.
|
  | CheckForFiles(String, String, String, String, FTPFilterType, String) |
Gets all the files in a remote directory with an optional filter on the extension.
|
  | FileExists(FTPHeader, String) |
Check if File Exists on remote FTP Server
|
  | FileExists(String, String, String, String) |
Check if File exists.
|
  | GetFile(FTPHeader, String, String, String, Boolean) |
Gets a file from the remote FTP server.
|
  | GetFile(String, String, String, String, String, String, Boolean) |
Gets a file from the remote FTP server.
|
  | GetFiles(FTPHeader, String, String, FTPFilterType, String, Boolean, Boolean) |
Gets all the files in a remote directory with an optional filter on the extension.
|
  | GetFiles(String, String, String, String, String, FTPFilterType, String, Boolean, Boolean) |
Gets all the files in a remote directory with an optional filter
|
  | PutFile(FTPHeader, String, String, Boolean) |
Uploads a file to the remote FTP Server.
|
  | PutFile(String, String, String, String, String, Boolean) |
Uploads a file to the remote FTP Server.
|
Top
See Also