Skip to content

Instantly share code, notes, and snippets.

@leveled
Created December 29, 2016 23:05
Show Gist options
  • Save leveled/2bcc8d20a8fa01116314bda00cb8b570 to your computer and use it in GitHub Desktop.
Save leveled/2bcc8d20a8fa01116314bda00cb8b570 to your computer and use it in GitHub Desktop.
Enable or disable the ftp service on mac os x from the command line
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment