> This one is better:
>
> on the server, as root (in the destination dir):
>
> # nc -l -p 30000 -q 0 | tar xzvf -
>
> on the client:
>
> $ tar czvf - $FILELIST | nc 10.0.0.1 30000 -q 0
>

Looks interesting.  Could somebody pray tell what "nc" is?? 




--
[email protected] mailing list

Reply via email to