OK, I'm setting up an SSH connection into my box, and using SCP to be able to copy files off the machine.
I have set up a generic user for the ssh connection, but I want to be able to have access to some of the folder under my personal /Home directory, specifically my /Documents and /Music folders.
I tried creating a symbolic link in the new account home dir, but I still don't have enough access rights into the folders. So I need to modify the permission on my stuff, or can I simply locate them somewhere 'globally' where all of these accounts would have access to them.
-Mike