rsync -rtv local_path/ user@XXX.XXX.XXX.XXX:remote_path/# that sets the -r -t and -v flags, which are shorthand for --recursive, --times# (preserves timestamps), and --verbose# then your source folder# and your remote folder# which is just you@yourserver# then the colon# then the path# so if i were sending something from my homedirectory, to my server, it would bersync -rtv ~/folder/ chris@IP-HERE:/home/chris/folder# For Example:rsync -rtv ~/Sites/myWebApp grayghostvisuals.com@grayghostvisuals.com:~/domains/static.grayghostvisuals.com/html/sync-directoryrsync -rtv ~/Desktop/st-tags-hotkey.gif grayghostvisuals.com@grayghostvisuals.com:~/domains/static.grayghostvisuals.com/html/imgblog