1. Start a command line on your computer and 'cd' into your website's directory. 2. Type 'rsync -aOP --no-perms --delete-after -e "ssh" . username@corelab.in:~' on the command line where 'username' is your username. You will need to enter your password. 3. The directory on the server will now reflect the directory on your machine. *Permission Problems?* Log in to the server by typing 'ssh username@corelab.in' and after entering your password, type 'chmod -R 755 .', press return and log out. This should fix any 'permissions' errors by recursively making all the files in your directory readable by everyone. WINDOWS: Users should install http://www.cygwin.com/ and select 'openssh' and 'rsync' from the 'net' category when installing in order to use rsync and ssh in Cygwin's shell. Need more help? rey.sc