I was just wondering where is the FTP option for Mac OS X Lion. It used to be in System Preferences -> Sharing but with OS X Lion, it looks like the FTP option is removed but it is not!
To enable FTP, you need to run the following in the terminal
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
To disable,
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
To enable FTP, you need to run the following in the terminal
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
To disable,
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
No comments:
Post a Comment