Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created April 24, 2014 13:34
Show Gist options
  • Save siggiarni/11254753 to your computer and use it in GitHub Desktop.
Save siggiarni/11254753 to your computer and use it in GitHub Desktop.
Enabling the FTP Server on OS X Mavericks
Load the FTP server
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Unload the FTP server
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
http://igerry.com/desktop/apple-os/enabling-ftp-server-os-x-mavericks.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment