FTPProgress()

Syntax

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

Parameters

#Ftp The connection to use.

Return value

Returns the actual number of bytes which has been received/sent or one of the following values:
  #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 occurred.

See Also

SendFTPFile(), ReceiveFTPFile(), AbortFTPFile()

Supported OS

All

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