filesystem permission

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

filesystem permission

Post by nincha »

hi, i have php installed on windows 2003, how would u set the permission on a folder that allows ftp code to read/write/modify it while not allowing the world from reading and writing and mofying it.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

set the "everyone" class, then set a specific override for the user the ftp server is run under.
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

Post by nincha »

how would u set the server user?
programmermatt
Forum Commoner
Posts: 65
Joined: Tue Mar 15, 2005 5:03 pm
Contact:

Post by programmermatt »

The server is probably SYSTEM by default. Launch the 'Services' mmc snap-in and look for the service name that the program is running by and change the users in (Right Click on service)->Properties
Post Reply