Skip to content

Instantly share code, notes, and snippets.

@prdetective
Created August 27, 2015 14:05
Show Gist options
  • Save prdetective/de013dc24f84d188cd4e to your computer and use it in GitHub Desktop.
Save prdetective/de013dc24f84d188cd4e to your computer and use it in GitHub Desktop.
Start/stop local FTP server on OS X
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