I've got 2 web sites - well, one is a subdomain (forum.) of the main (www.) site. But they're in separate /home folders on the server.
I'd like to have some custom scripts I have in my forum.domain.com folder be able to edit and move files in my www.domain.com folder.
Right now, I have to FTP in to the www domain, set the folders or files to 777, run my scripts, then change them back to 755 (for folders) and 644 (for files). Lots of hassle, and obviously not the safest method.

I'd like to have some custom scripts I have in my forum.domain.com folder be able to edit and move files in my www.domain.com folder.
Right now, I have to FTP in to the www domain, set the folders or files to 777, run my scripts, then change them back to 755 (for folders) and 644 (for files). Lots of hassle, and obviously not the safest method.