Hi, I have a webserver running on a computer, and I am trying to copy files on another computer through a web application. Both computers are in a network.
The problem I am having is, it is giving me "Permission denied" on the destination folder, so I tried to change its permissions, and I gave "Full Control" to everybody in the domain and everything worked just fine. But, for security reasons, I have to have certain restrictions as far as the permissions go.
When apache is running, what user name does it use on the client computer?(or what user does it run as?). In the web server, I am logged in as Administrator and it should be able to move files, but I think Apache uses a different user name (?).
Any help please?
thanks in advance