in reply to problem with net::sftp

Ok, you may not wanna hear this one.. but...

I had a problem with Net::SCP a while back. I was kinda upset, because it seemed like a good idea to use that instead of making system calls.

I recently used Net::SCP again, and voila- no problems. What had happened? There was a new version of Net::SCP- one that fixed some previous bug.

Consider checking your version against that on cpan.

Replies are listed 'Best First'.
Re^2: problem with net::sftp
by salva (Canon) on Jul 24, 2008 at 06:49 UTC
    from the original post:
    hipaatest: Net::SSH::Perl Version 1.30, protocol version 2.0.
    And searching for Net::SSH::Perl on CPAN reveals that it is the latest version!