Posted on 2009-11-13 21:46:07-08 by abeowitz
How do I enable compression?
How do I enable compression? I've tried methods similar to Net::SSH, but the speed remains the same... Thanks
Direct Responses: 11757 | Write a response
Posted on 2009-11-14 11:05:52-08 by salva in response to 11756
Re: How do I enable compression?
Net::SFTP implements file transfer methods in a very inefficient manner. They perform very badly when the network latency is high.

Use Net::SFTP::Foreign instead or use the SCP mechanism from Net::SSH2 or Net::OpenSSH

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.