in reply to Net:sftp module is slow and hangs

try using Net::SFTP::Foreign instead.

Replies are listed 'Best First'.
Re^2: Net:sftp module is slow and hangs
by Anonymous Monk on Aug 22, 2007 at 13:26 UTC
    can't do the foerign because of password authentication. Anyway as a work around I have installed it and playing with using perl's Expect. Having trouble with transport method of it. Thanks for your input.
      We will be able to help you if you post the Expect code you are using.

      BTW, another option is to use Net::SSH2.