|
#1
| |||
| |||
| I'm running an FTP server with OSX Server 10.2.6 Is there a way that the admin user can have read/write access to all other user accounts? When I log into the FTP server via AFP as admin, I have read-only access to all the user accounts except my own [obviously]. I'm the admin at a prepress company and I need to have mac users here at the office access the FTP accounts via AFP so they can easily drop and retrieve files for our customers. Currently, if they want to drop something into a user folder, the have to log on as that user. Since we have a gazillion accounts, it's a pain in the a$$. I think I'm missing something painfuly simple here... can anyone help? Thanks in advance, Guri |
|
#2
| ||||
| ||||
| Sure, set the folders you want shared do "drwxrwxr-x" (in the terminal sudo chmod g+rwx {folder}. Thehn just make sure your users are in the same user group. There are alternatives, but this is what the group function in this permission system is designed for. You could also set the folders to drwxrwxrwx but that is not a good idea: any hacker who found your system could delete everything, which would be a bad thing .
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
|
#3
| ||||
| ||||
| Actually, the best thing to do is to just make one drop-box folder with permissions drwxrwxrwx and drop and grab everything from that, protecting the other accounts. But you know what, AFP has nothing to do with FTP. What FTP server are you running? Some out there have MySQL database user administration, which has nothing to do with the filesystem (though the file system permissions are protected regardless).
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thank God the Witch Is Dead | Veljo | Mac OS X System & Mac Software | 2 | June 27th, 2003 05:51 PM |
| FTP access question | lwk | Mac OS X System & Mac Software | 1 | January 26th, 2002 02:40 PM |
| Getting /etc/motd to show with ftpd | new32 | Mac OS X System & Mac Software | 4 | October 8th, 2001 10:54 AM |
| Anonymous FTP | The DJ | Mac OS X System & Mac Software | 5 | January 16th, 2001 11:31 AM |