Unable to enable FTP access of Mac OSX Snow Leopard
Posted
by Xetius
on Super User
See other posts from Super User
or by Xetius
Published on 2010-04-16T11:59:52Z
Indexed on
2010/04/16
12:04 UTC
Read the original article
Hit count: 1201
When I try to enable the FTP service in the preferences (File Sharing->Options->Share Files and Folders Using FTP) the check box enables and then disables again. The console is giving me the message :
16/04/2010 12:14:20 com.apple.coreservicesd[51] sh: launchctl: command not found
This indicates to me that it can't find the launchctl executable
launchctl is present in the folder /bin
/bin is set in the PATH variable for sh and bash shells and also in the ~/.MacOS/environment.plist
How can I fix this so that my preferences can find this so that I can enable the FTP service.
© Super User or respective owner