ftp_logout

Example: ftp_logoutFTP Vuser Functions (FTP)

Performs a logout from an FTP server.

int ftp_logout ( );
Function objFTP.logout( ) as Integer      `for VB Script

The ftp_logout function performs a logout from an FTP server.

This function is for use with global sessions. For multiple sessions, use the ftp_logout_ex function, which allows you to specify a session identifier.

Return Values

If this function succeeds, it returns LR_PASS. Otherwise, it returns LR_FAIL.

Parameterization

Standard parameterization is not available for this function.