Originally posted by drews77:
<STRONG>Currently using ServerAdmin to start and stop FTP. Is there a way I can start it using DARWIN? Also, where do I change the root/home (?) directory for a user? I would like to setup a FTP login where ppl can view directories that are located on another harddrive (volume).
THANKS FOR ANY HELP!

</STRONG>
Sure thing. Log into a terminal, and man apachectl. It's the apache control utility. To change the home directory for a user, there's a variable in NetInfo for each user that lists their home directory. Change that, and that should change their home directory. /users/<login name>/home is the variable, I think.