ftp_get_last_handshake_duration_ex
Example: Session ftp download information functions | FTP Vuser Functions (FTP) |
Returns the duration of the most recent connection creation for a specific session.
double ftp_get_last_handshake_duration_ex( FTP *ppFtp );
ftp_get_last_handshake_duration_ex returns the duration of the last connection creation in the session in milliseconds.
The ppFtp argument is the address of the pointer to the session identifier. It cannot be parameterized.
Parameterization
Standard parameterization is not available for this function.