in reply to SFTP on Windows

Net::SSH2 comes included with Strawberry Perl, so maybe you want to try that.

It supports SFTP and I've used the file transfer capabilities of the SSH protocol to good effect.

Maybe if you can tell us in more detail how things fail for you, we can give you answers closer to the actual problem you are encountering.

Replies are listed 'Best First'.
Re^2: SFTP on Windows
by Lotus1 (Vicar) on Jul 30, 2018 at 14:08 UTC

    That is good to know. The last time I looked at Net::OpenSSH I found this in the documentation:

    On the other hand, Net::OpenSSH does not work on Windows, not even und +er Cygwin. Net::OpenSSH specifically requires the OpenSSH SSH client (AFAIK, the +multiplexing feature is not available from any other SSH client). How +ever, note that it will interact with any server software, not just s +ervers running OpenSSH sshd.