Example: ftp_logon

In this example, the ftp_logon function logs on to an FTP server.

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