http://www.perlmonks.org?node_id=1011304


in reply to Downloading files from SFTP in windows

If you can't get Net::SFTP to work, try Net::SFTP::Foreign, which can wrap ssh/sftp binaries you might already have on your system (for example, putty). I've had good luck with Net::SFTP::Foreign on windows.
  • Comment on Re: Downloading files from SFTP in windows