Example: ftp_logout

In the following example, the ftp_logout function logs out from an FTP server.

    // Logon to the FTP server 
    ftp_logon("FTP", "URL=ftp://ftp.abc.com", LAST ); 
    // Logout from the FTP server 
    ftp_logout();