bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] network support built in to gtar..


From: Brent Verner
Subject: [Bug-tar] network support built in to gtar..
Date: Sat, 20 Aug 2005 18:19:24 -0400
User-agent: Mutt/1.5.6i

Hi,

  I've had a little netcat/tar piping script that I've found _very_ useful,
which leads me to the question: Would it make sense to build network support
directly into gnu tar?  I think it would be really nice to say something
like this...

on the destination host:
  tar xvf net://$HOST:$PORT

and then, on the source host:
  tar cvf net://$HOST:$PORT [files ....]

where 'x' would create a tar listener on the specified host:port and 'c' 
would cause data to be sent to the specified host:port.

  I haven't dug into the source yet, but ISTM that this should be fairly
straightforward to add.

comments and/or thoughts?

cheers.
  b





reply via email to

[Prev in Thread] Current Thread [Next in Thread]