ftp_get_last_transfer_duration

Example: ftp download information functionsFTP Vuser Functions (FTP)

Returns the net file transfer time.

double ftp_get_last_transfer_duration( );

ftp_get_last_transfer_duration returns the net transfer time for the last get command in milliseconds. The net transfer duration does not include the connection overhead.

To get the total transfer time, use ftp_get_last_download_details.