There is a CD image which I would like to get from the internet using
a remote machine. Usually I do this with:

        nohup wget -c ftp://xxx.yyy &

This let me log out without stoping the download on the remote
computer.

I need to put this image to another computer using ftp. Well, the
problem is that on the remote machine (which I use for
downloading) there is not enough disk space left to store it
temorarily.

Is there any way to get the file from an ftp server and put it
directly to another ftp server without saving it temorarily?? It
should let me log out on the machine without stopping the download
process.

Some sort of:

    nohup wget ftp://server1/file & | ftp --using.passwd ftp://server2

Regards,
Claus.

-- 
Atzenbeck. Data structures & design
http://www.atzenbeck.de

... the MYSTERIANS are in here with my CORDUROY SOAP DISH!!

Reply via email to