Click or drag to resize

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
SystemObject
  Koden.Utils.FTPClientFTP

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public static class FTP

The FTP type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLoggerInstance
Gets or sets the logger instance to be used by the File class.
Top
Methods
  NameDescription
Public methodStatic memberCheckForFiles(FTPHeader, FTPOptions, String)
Checks for files.
Public methodStatic memberCheckForFiles(FTPHeader, String, FTPFilterType, String)
Gets all the files in a remote directory with an optional filter on the extension.
Public methodStatic memberCheckForFiles(String, String, String, String, FTPFilterType, String)
Gets all the files in a remote directory with an optional filter on the extension.
Public methodStatic memberFileExists(FTPHeader, String)
Check if File Exists on remote FTP Server
Public methodStatic memberFileExists(String, String, String, String)
Check if File exists.
Public methodStatic memberGetFile(FTPHeader, String, String, String, Boolean)
Gets a file from the remote FTP server.
Public methodStatic memberGetFile(String, String, String, String, String, String, Boolean)
Gets a file from the remote FTP server.
Public methodStatic memberGetFiles(FTPHeader, String, String, FTPFilterType, String, Boolean, Boolean)
Gets all the files in a remote directory with an optional filter on the extension.
Public methodStatic memberGetFiles(String, String, String, String, String, FTPFilterType, String, Boolean, Boolean)
Gets all the files in a remote directory with an optional filter
Public methodStatic memberPutFile(FTPHeader, String, String, Boolean)
Uploads a file to the remote FTP Server.
Public methodStatic memberPutFile(String, String, String, String, String, Boolean)
Uploads a file to the remote FTP Server.
Top
See Also