Created
April 24, 2014 13:34
-
-
Save siggiarni/11254753 to your computer and use it in GitHub Desktop.
Enabling the FTP Server on OS X Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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