in reply to Re: Help Required - Problem Automating SFTP
in thread Help Required - Problem Automating SFTP

Net::SSH2 for SFTP? you are a masochist! ;-)

Seriously, try using (my) Net::SFTP::Foreign instead, it is far easier to use and more powerful!

Check also my other module Net::OpenSSH, it is still a work in progress but I am sure you will find it interesting.

  • Comment on Re^2: Help Required - Problem Automating SFTP

Replies are listed 'Best First'.
Re^3: Help Required - Problem Automating SFTP
by derby (Abbot) on Jan 28, 2009 at 21:14 UTC

    Ha! Not really, when most of my clients say SFTP then configure their servers for SCP - and that's a breeze with Net::SSH2 ... but thanks I'll look into Net::OpenSSH if the need arises (and it probably will!)

    -derby