Skip to content

Instantly share code, notes, and snippets.

@sunggun-yu
Last active January 4, 2018 10:56
Show Gist options
  • Save sunggun-yu/4351031 to your computer and use it in GitHub Desktop.
Save sunggun-yu/4351031 to your computer and use it in GitHub Desktop.
Enabling/Disabling FTP server on OSX Mountain Lion
# Enabling
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
# Disabling
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