Subject: | $ssh->sftp() not working as expected |
Hi, I seem to be able to use Net::OpenSSH to successfully connect and
access a remote server.
However, when I try this, it fails:
my $sftp = $ssh->sftp();
$ssh->error and die "SFTP failed: " . $ssh->error;
I get this output:
SFTP failed: unable to create SFTP client: Connection to remote server
is broken at test.pl line 17.
Is this feature supposed to be working right now?