Creating a symbolic link (symlink) in your web server home directory will allow easy access to your web directory as if it were located in your home directory. Symbolic link is a "shortcut" that points to a file or directory that is located somewhere else on the server, possibly at a hard-to-remember location.
You will only need to know the username and password for your web server account that you normally use to upload files to your website.
ssh USER_NAME@SERVER_ADDRESS,
hit Enter, type in your passwordStart>Programs>SSH Secure Shell and run Secure
Shell Client, click Quick Connect, provide server address,
your username, and click Connect, type in your password and
hit Enterln -s WEB_DIRECTORY_LOCATION LINK_NAME and press EnterWEB_DIRECTORY_LOCATION is something of the form /www/union/PUBLIC/...LINK_NAME.ls -ld FILE_NAMELINK_NAME -> LINK_TARGETrm LINK_NAME and hit Enter,
the original file or directory will not be effected.