FTPProgress()

Syntax

Result = FTPProgress(#Ftp)
Description
Return the progress of the current file transfer, started either with ReceiveFTPFile() or SendFTPFile().

'Result' is the actual number of bytes which has been recieved/sent or can be one of the following value:
  #PB_FTP_Started : The file transfer is in the initialization phase.
  #PB_FTP_Finished: The file transfer is finished correctly.
  #PB_FTP_Error   : The file transfer is finished but an error occured.

Supported OS

All

<- FTPDirectoryEntryType() - Ftp Index - FinishFTPDirectory() ->