Subject: Re: sun-lamp CVS commits
To: None <gwr@mc.com>
From: Luke Mewburn <lukem@telstra.com.au>
List: current-users
Date: 10/05/1995 09:38:54
Gordon writes:
> Yeah, that's cool. I wondered if there might be a way to use FTP
> but not have to store the tar images locally. Would this work?
> # mkfifo /dev/pipe
> # tar xfp /dev/pipe &
> # ftp ...
> ftp> get some_tar_image /dev/pipe
Not sure, but this definately does:
# ftp ...
ftp> get some_tar_image |"tar xpf -"
and obviously, so does:
ftp> get some_tar_image.tar.gz |"tar zxpf -"
(even with older BSD 4.3 ftp clients, e.g. ultrix)
--
Luke Mewburn <luke.mewburn@itg.telstra.com.au>
"Aah ... Yes, and how does madam wish to pay?" She slapped her credit
card on the counter. "Eventually."
-- Lady Sharrow, in Iain M. Banks' `Against a Dark Background'