CancelResume | Cancel the resume. |
CancelTransfer | Cancels the current transfer. |
ChangeWorkingDirectory | Changes the working directory. |
ChangeWorkingDirectoryUp | Changes to the parent of the current working directory on the server. |
Close | Overloaded. Close the FTP connection. |
Connect | Connect to the FTP server and (if AutoLogin is set) log into the server. |
CreateDirectory | Create the specified remote directory. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
DeleteDirectory | Delete the specified remote directory. |
DeleteFile | Delete the specified remote file. |
Dispose (inherited from Component) | Overloaded.
Releases all resources used by the Component.
|
DownloadByteArray | Download data from the FTP server and return it as a byte-array. |
DownloadFile | Download a file from the FTP server and save it locally. |
DownloadStream | Download a file from the FTP server and write it to the given stream. |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
Exists | Checks for the existence of a file on the server. |
GetCommandHelp | Get the help text for the specified FTP command. |
GetFeatures | Get the server supplied features. |
GetFileInfos | Overloaded. Returns the given directory's contents as an array of FTPFile objects. |
GetFiles | Overloaded. List the given directory's contents as an array of strings of file-names. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
GetLastWriteTime | Get modification time for a remote file. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetSize | Get the size of a remote file. |
GetSystemType | Get the type of the operating system at the server. |
GetType (inherited from Object) |
Gets the Type of the current instance.
|
GetWorkingDirectory | Obsolete. Returns the working directory on the server. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance.
|
InvokeFTPCommand | Invokes the given literal FTP command on the server. |
InvokeSiteCommand | Invokes the given site command on the server. |
LinkComponent | |
Login | Log into an account on the FTP server using UserName and Password. |
RenameFile | Rename a file or directory. |
ResumeTransfer | Make the next file transfer (upload or download) resume. |
SendPassword | Supply the password for the previously supplied user-name to log into the FTP server. Must be preceeded by the SendUserName method |
SendUserName | Supply the user-name to log into an account on the FTP server. Must be followed by the SendPassword method. |
ToString (inherited from Component) | |
UploadByteArray | Overloaded. Upload data to the FTP server in the current working directory. Allows appending if current file exists. |
UploadFile | Overloaded. Upload a local file to the FTP server in the current working directory. Allows appending if current file exists. |
UploadStream | Overloaded. Upload a stream of data to the FTP server in the current working directory. Allows appending if current file exists. |