in reply to Net:sftp module is slow and hangs
Take a look at this workaround for Net::SFTP hanging on large file transfers. The problem has to do with servers rekeying SSH sessions and changing the version that your client reports to let the server know it's talking to a non-rekeying client.
As far as the slowness goes, you can try installing Math::BigInt::GMP
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net:sftp module is slow and hangs
by rajeev (Initiate) on Aug 27, 2007 at 03:05 UTC |