Skip to content

Instantly share code, notes, and snippets.

@mariow
Created September 17, 2015 14:50
Show Gist options
  • Save mariow/2b47daade78be9ede405 to your computer and use it in GitHub Desktop.
Save mariow/2b47daade78be9ede405 to your computer and use it in GitHub Desktop.
How to enable and disable the builtin FTP server on OSX
# activate
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
#deactivate
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment