Releasing a connection |
|
|
To disconnect from an FTP server, invoke the Ftp#disconnect method. You should always disconnect from the FTP server when ending your session.
Example
// disconnect from FTP server ftp.disconnect(); |