i have a directory w/perms set at 0777 i want to be able to write to it from another server entirely. is that possible?
I don't think so, I think that you can only write to a file in your server, but you better ask someone else :p
if a file has the right permissions in this case chmod777 then you should be able to right to it from ANYWHERE
even visitors can write to it, so writing to it from another server shouldnt be a problem
how would i reference the directory?