in reply to Re^2: package that can handle ftp, sftp, http etc ?
in thread package that can handle ftp, sftp, http etc ?

getting SFTP to work can be difficult, specially if you want your programs to run under Windows.

Currently there are five different SFTP implementations available from CPAN, and no one is perfect:

Currently, LWP::Protocol::sftp is just and adaptor for Net::SFTP::Foreign, though I plan to add support for Net::SSH2 in the no so distance future... patches are also welcome!