Net-SFTP - Re: No command to close the sftp connection

Posted on Mon Jun 13 10:41:23 2005 by thomas in response to 607 (See the whole thread of 6)
Re: No command to close the sftp connection
Found a solution, you have to close the socket:
close($sftph->{ssh}->sock());
Write a response