in reply to Net::SFTP::Foreign; plink yield zero length file

FYI, the Net::SSH2 backend (Net::SFTP::Foreign::Backend::Net_SSH2) has probably reached the point where it is a better option than using plink on Windows.

Performance is better and doesn't have the security problems of plink when using passwords for authentication.

Replies are listed 'Best First'.
Re^2: Net::SFTP::Foreign; plink yield zero length file
by spstansbury (Monk) on Sep 20, 2011 at 15:09 UTC

    Thanks for the tip!

    Scott...