NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Net::SSH2 (Score:2)
I tried using Net::SSH2 here on the job and most things just work.
I have not had much luck with Net::SSH2::SFTP though. I need to write up a good test case so that I can submit a bug report.
Re: (Score:2)
Net::SSH2::SFTP may just work for you though because I forgot to mention that I was using it from Linux to connect to Windows (running Cygwin's sshd).
I ended up using Net::SFTP::Foreign because, for me, it just works.
Re: (Score:1)
Yes, I am using it just to connect from Windows to Unix. So it just works for me :-)
On the Unix side, they don't appear to use perl much. The installed version is 5.6.1 with no non-core modules. I've only seen a couple of one-liners in a couple of shell scripts...so I don't expect to be doing much perl on Unix here, unless I can come up with an overwhelming case (and and convince them that it's overwhelming).
Re: (Score:1)