December 2011
3 posts
Enable FTP Server on Mac OS X Lion
Enable FTP Server
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Disable FTP Server
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist