The problem is that most people do NOT have SSH access by default and many hosts aren't too keen on giving SSH access (at least not w/o extra fees). Plus, most people don't know how to use SSH even if they DO have access. I mean look at the OP above, to him creating a sym link
seems too hard when in reality it is VERY simple when you know how.
Most people don't even know where to start at all. They don't know HOW to login using SSH even if they DO have access (some have SSH access and never even know it). So for those of you wondering, you can download the free
Putty SSH client to access your server through SSH. I seem to also recall finding a built-in (undocumented) SSH client in Windows XP but I can't seem to recall the name now, so Putty will do.
Once installed, simply launch Putty, enter your HostName (usually the IP address of the server) and select to connect using SSH. Accept the key then enter your username and password (this is usually the SAME as your FTP login info). Now you are logged in and ready to use SSH on your hosting account.
Now simply use the Code that Jason gave you (obviously changing the paths to what you need them to be for YOUR setup) and you have created a Symbolic Link using SSH. Pretty simple, right? Believe it or not, once you learn how SSH is just as easy as FTP.
Good luck to all!
~smiles