Re: [Ssh-sftp-perl-users] RE: Net::SFTP copying in 8192-byte chunks?
Brought to you by:
dbrobins
From: Mark A. F. <mar...@ea...> - 2005-03-09 16:26:57
|
From: Daniel Werner <dan...@ds...> >Is it possible that Net::SFTP (or possibly the underlying Net::SSH::Perl) just isn't good for transferring large files? I've not transferred large files. But, I remember someone posted a long time ago similar speed problems with large files. If it's a showstopper for you, you can also use Expect.pm to drive an sftp binary (compiled, openssh.org module) interactively. I posted an example a few months ago about how to get started with this. It's a little more complicated. But, one benefit is that you're driving the same executable you can execute from the command line. If something doesn't work as expected, you can test directly with the module. Mark |