ftp_logout_ex
Example: ftp_logout_ex | FTP Vuser Functions (FTP) |
Performs a logout from an FTP server for a specific session.
int ftp_logout_ex(FTP *ppftp );
Function objFTP.logout_ex( ppftp as FTP ) as Integer `for VB Script
ppftp | An FTP session identifier. |
The ftp_logout_ex function logs out of an FTP server for a specific session.
This function is for use with multiple sessions. For global or single sessions, use the ftp_logout function, which leaves out the 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.