<- Back to FTPit Pro function list
FTPit_GetLastResult
- Description
This function gives you information about the transfer the plug-in just completed or the error that occurred.
- Return Type
- Text
- Format
- FTPit_GetLastResult ( Attribute )
- Optional Parameters
- Attribute
The information you want from the last file transfer. Specify one of the following:
- Filename - The name of the file transferred.
- RemoteLocation - The path to the file on the FTP Server.
- LocalLocation - The path to the file on the local computer.
- Type - The type of transfer.
- Text - If the transfer was a Download Text transfer, this will return the Text that was Downloaded.
- Attribute
- Related Items
- FTPit_DownloadDir, FTPit_DownloadFile, FTPit_DownloadText, FTPit_UploadDir, FTPit_UploadFile, FTPit_UploadText