From: MikkelFJ Date: 2003-05-25T05:10:55+09:00 Subject: Re: file copy blues "Brian Candler" wrote in message news:20030524164636.GB9502@uk.tiscali.com... > For copying to the remote machine, I'd say 'rsync' is the best tool. It's > not a Ruby program or library, but you can run it using system() of course. > It runs over ssh. I think Unison is probably a better tool than rsync. It syncs both ways. Unison uses rsync's delta algorithm. http://www.cis.upenn.edu/~bcpierce/unison/ Mikkel