Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: SFTP is too slow...

by jettero (Monsignor)
on Dec 18, 2006 at 19:46 UTC ( [id://590537]=note: print w/replies, xml ) Need Help??


in reply to SFTP is too slow...

Is there some compelling reason the binary won't do the job you need? For huge files like that, I guess I'd just system('scp', $host, $file, $etc) the transfer rather than trying to do it in native perl. Hrm, actually, it looks to me like Net::SFTP::Foreign forks an binary ssh anyway, so the slowness may be in the module — and probably isn't related to the slowness of Net::SFTP which is slow for different reasons.

-Paul

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://590537]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 04:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found