On 24 Feb 2006, at 09:39, Christopher Creutzig wrote:
Andy Armstrong wrote:
Have a small shell script or alias that does
rsync -avz -e ssh mystuff user@server.example.com:/usr/local/apache/ htdocs
No thanks. I'm not going to rsync around 28 Gig just because I have a couple of files scattered around in that tree I might want to edit in TextMate.
rsync only transmits changes. That's the point of it.
and keep a small terminal window open to run it in. If you register an ssh key with the server you won't have to authenticate every time.
Fugu, Cyberduck etc. are much more comfortable in this regard.
That probably depends how much you like the shell. I find I use it in preference to the Finder quite often.