Close | Closes the FTP session. |
CreateDirectory | Creates a new directory on the FTP server. |
DeleteFile | Deletes the specified file from the FTP server. |
FindFiles | Returns the names of all files in the current working directory of the FTP server. |
GetCurrentDirectory | Retrieves the current directory for the FTP session. |
GetFile | Retrieves the specified file from the FTP server and stores it locally. |
Open | Opens an FTP session. |
PutFile | Adds the specified local file to the current working directory on the FTP server. |
RemoveDirectory | Deletes a directory on the FTP server. |
RenameFile | Renames the specified file on the FTP server. |
SetCurrentDirectory | Changes to the specified working directory on the FTP server. |
ErrorCode | Returns the error code for an error that occurs when using the FTP object, if the .FailOnError property is true. |
ErrorDescription | Returns the error description for an error that occurs when using the FTP object, if the .FailOnError property is true. |
FailOnError | Returns or sets a value that determines whether an FTP object's method calls throw a script error upon failure. |
Port | Returns or sets the FTP port number. |