Account (inherited from FTPClient) | Supply account information string to the server. |
CancelResume (inherited from FTPClient) | Cancel the resume. Use this method if something goes wrong and the server is left in an inconsistent state |
CancelTransfer (inherited from FTPClient) | Cancels the current transfer. |
CdUp (inherited from FTPClient) | Change the remote working directory to the parent directory. |
ChDir (inherited from FTPClient) | Change the remote working directory to that supplied. |
Connect | Connects to the FTP server. |
DebugResponses (inherited from FTPClient) | Switch debug of responses on or off |
Delete (inherited from FTPClient) | Delete the specified remote file. |
Dir (inherited from FTPClient) | Overloaded. List a directory's contents as an array of strings of filenames. |
DirDetails | Overloaded. Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects. |
DirDetails (inherited from FTPClient) | Overloaded. List the current directory's contents as an array of FTPFile objects. |
EnableModeZCompression | Set MODE Z so that all subsequent transfers are compressed. Not supported by some servers |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
Exists (inherited from FTPClient) | Checks for the existence of a file on the server. |
Features (inherited from FTPClient) | Get the server supplied features. |
Get (inherited from FTPClient) | Overloaded. Get data from the FTP server. |
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.
|
GetLocalCRC | Get the CRC-32 checksum for the named local file |
GetRemoteCRC | Get the CRC-32 checksum for the named remote file |
GetSystem (inherited from FTPClient) | Get the type of the OS at the server. |
GetType (inherited from Object) |
Gets the Type of the current instance.
|
Help (inherited from FTPClient) | Get the help text for the specified command |
KillControlChannel (inherited from FTPClient) | |
Login (inherited from FTPClient) | Login into an account on the FTP server using the user-name and password provided. |
MkDir (inherited from FTPClient) | Create the specified remote working directory. |
ModTime (inherited from FTPClient) | Get modification time for a remote file. |
MultipleDelete | Overloaded. Delete multiple files in the current remote directory and its subdirectories. |
MultipleDeleteDirectories | Remove a remote directory, and all its files and its subdirectories |
MultipleGet | Overloaded. Get multiple files from the specified remote directory into the specified local directory |
MultiplePut | Overloaded. Put multiple files from the specified local directory into the specified remote directory |
NoOperation (inherited from FTPClient) | Send a "no operation" message that does nothing, which can be called periodically to prevent the connection timing out. |
Password (inherited from FTPClient) | Supplies the password for a previously supplied user-name to log into the FTP server. Must be preceeded by the User method |
Put (inherited from FTPClient) | Overloaded. Put a stream of data onto the FTP server in the current directory. Allows appending if current file exists |
Pwd (inherited from FTPClient) | Get the current remote working directory. |
Quit (inherited from FTPClient) | Quit the FTP session by sending a QUIT command before closing the socket. |
QuitImmediately (inherited from FTPClient) | Quit the FTP session immediately by closing the control socket without sending the QUIT command. |
Quote (inherited from FTPClient) | Issue arbitrary ftp commands to the FTP server. |
Rename (inherited from FTPClient) | Rename a file or directory. |
Restart (inherited from FTPClient) | Set the REST marker so that the next transfer doesn't start at the beginning of the remote file |
Resume (inherited from FTPClient) | Make the next file transfer (put or get) resume. |
RmDir (inherited from FTPClient) | Delete the specified remote working directory. |
SetModTime (inherited from FTPClient) | Sets the modification time of a remote file. |
Site (inherited from FTPClient) | Run a site-specific command on the server. |
Size (inherited from FTPClient) | Get the size of a remote file. |
ToString (inherited from Object) |
Returns a String that represents the current Object.
|
Unlock | Unlock the software for use. This method should be used when a configuration file isn't available |
User (inherited from FTPClient) | Supply the user-name to log into an account on the FTP server. Must be followed by the Password method. Note that Connect must be called first. |
ValidateTransfer (inherited from FTPClient) | Validate that the Put() or get() was successful. |