in reply to Re: scp recommendations
in thread scp recommendations

Net::SFTP (and the related Net::SSH::Perl) is not being maintained anymore.

Net::SCP does not support password authentication that surprisingly (or not) seems to be what most people want!

Better alternatives are Net::OpenSSH (doesn't work on Windows), Net::SSH2 or Net::SCP::Expect.