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