Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl - Socket and Data Compression

by rcaputo (Chaplain)
on Jul 17, 2009 at 22:24 UTC ( [id://781200]=note: print w/replies, xml ) Need Help??


in reply to Perl - Socket and Data Compression

There's netcat, and I hear there are other, possibly better alternatives.

tar czf - <directory> | nc <hostname> <port>

You can mix in pipeview to monitor your progress.

tar czf - <directory> | pv | netcat <hostname> <port>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-25 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found