FTPProgress()
语法
Result = FTPProgress(#Ftp)概要
Returns the progress of the current file transfer, started either with ReceiveFTPFile() or SendFTPFile().
参数
#Ftp The connection to use.
返回值
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.
参阅
SendFTPFile(), ReceiveFTPFile(), AbortFTPFile()
已支持操作系统
所有