| 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.
|