ftp_get_last_transfer_duration_ex
Example: Session ftp download information functions | FTP Vuser Functions (FTP) |
Returns the net file transfer time for the specific session.
double ftp_get_last_transfer_duration_ex( FTP *ppftp );
ftp_get_last_transfer_duration_ex returns the net transfer time for the last get command for this session in milliseconds. The net transfer duration does not include the connection overhead.
The ppFtp argument is the address of the pointer to the session identifier. It cannot be parameterized.
To get the total transfer time, use ftp_get_last_download_details_ex.
Parameterization
Standard parameterization is not available for this function.