Releasing a connection |
To release a connection from the source and destination servers simply invoke the Ftp#disconnect method for each Ftp instance as you normally would.
Example
// disconnect from source server source.disconnect();
// disconnect from destination server destination.disconnect(); |