----- Original Message ----- From: "Wagner, David --- Sr Programmer Analyst --- CFS"

I need to make changes from FTP processing to SFTP processing.
Has anyone tried to do this? If so, what did you try?

Initially I used Net::SSH2, but the coding required to get the job done is much simpler if one uses Net::SFTP::Foreign::Backend::Net_SSH2. I therefore now use and recommend the latter (which has the former as one of its pre-requisites).

The only compilation required is in the building of Net::SSH2 (and the C libraries upon which it depends). The latest versions of Strawberry Perl ship with libssh2.a, so installing Net::SFTP::Foreign::Backend::Net_SSH2 on Strawberry should be as simple as:

cpan -i Net::SFTP::Foreign::Backend::Net_SSH2

Windows PPM packages for Net::SFTP::Foreign::Backend::Net_SSH2 (and its pre-requisites) can be found at
http://www.sisyphusion.tk/ppmindex.html
(Contains packages for 32-bit builds for 5.8.0 onwards, and 64-bit builds for 5.10.0 onwards).

Cheers,
Rob

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to