in reply to Net::SFTP. Script hangs. Bad repository?

See Net:sftp module is slow and hangs

Since you are new, I will point out that the preferred module to use now for ssh2 related operations, like sftp, scp, etc. is Net::SSH2. Google for "install Net::SSH2 windows] and see A little demo for Net::SSH2.

The SSH2 developers recommend that people move up to Net::SSH2, as the old libs are being slowly phased out and less supported.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
  • Comment on Re: Net::SFTP. Script hangs. Bad repository?

Replies are listed 'Best First'.
Re^2: Net::SFTP. Script hangs. Bad repository?
by Kirill (Novice) on Aug 09, 2010 at 14:05 UTC
    Thanks a lot, zentara. You helped me so much! I've tried SSH2 and it works perfectly. The problem is solved. Thanks again!