Releasing a connection |
![]() ![]() ![]() |
To disconnect from an SSH server, invoke the Sftp#disconnect method. You should always disconnect from the SSH server when ending your session.
Example
// disconnect from SSH server sftp.disconnect();
|