The other thing you can do, if you've got rsync and ssh is this:

rsync -e ssh -auv /source/dir/ [email protected]:/dest/dir/

Careful with those trailing slashes -- rsync uses them to decide whether you meant to copy the directory, or the contents of the directory.
_________________________
-- roger