in reply to Re^2: Net::SFTP::Recursive not downloading files recuresively
in thread Net::SFTP::Recursive not downloading files recuresively

As it seems you are running your script from a Windows machine, use the Net::SSH2 backend Net::SFTP::Foreign::Backend::Net_SSH2.

If you are using Strawberry Perl Net::SSH2 is already there. For ActiveState Perl you can get it packaged as a PPM from here!

  • Comment on Re^3: Net::SFTP::Recursive not downloading files recuresively