This function returns a list of the files you have queued for upload or download. You can queue multiple files for upload or download with multiple calls to FTPit_DownloadFile, FTPit_DownloadText, FTPit_UploadFile, and FTPit_UploadText.
You can also use this function to determine if the plug-in is uploading or downloading anything. This function will return the empty string ("") when there is nothing in the queue, meaning nothing is uploading or downloading. Prior to disconnecting it is a good idea to check the queue to make sure it is empty. If you disconnect while a file is being uploaded or downloaded, the file will only be partially uploaded or downloaded.
|