Skip to content

Instantly share code, notes, and snippets.

@ryangraham
Created December 14, 2011 20:08
Show Gist options
  • Save ryangraham/1478250 to your computer and use it in GitHub Desktop.
Save ryangraham/1478250 to your computer and use it in GitHub Desktop.
FTP in Lion
Start:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Stop:
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