> Interesting Fred.  On my system that simply reports
> when the job is 
> finished. echo back the name of the file being
> copied from and to.

You want to use rsync with --progress, then. Set up an
rsync server on one side then use:

rsync -avz --progress rsync://server/path/to/file

on the other side. To set up the server, simply run
"rsync --daemon" on the server side.

Best,
Fred



__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to