Top ↑ | Archive | Ask me anything

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