Hello There, I think what you are after is transfer using remote shell either using ssh or rsh, using stdin and stdout..
Here's a couple of examples tar -cv /etc | ssh [EMAIL PROTECTED] "cat - > /home/user/etc-backup.tar" tar -cv /etc | ssh [EMAIL PROTECTED] dd of=tape-device obs=20b tar -cv /etc | ssh [EMAIL PROTECTED] dd of=/home/user/etc-backup.tar obs=20b Cheers Mark On Sat, 2003-07-19 at 06:20, diego wrote: > I know it exists cause I saw it somewhere, but where?? > > I want something similar to ftp but accepting input file to transfer > from standard input to be able to do something like: > > tar cz * | ftp remotehost > > > Thanks -- Mark Williamson <[EMAIL PROTECTED]> Cyber Essentials
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
