Last active
January 4, 2018 10:56
-
-
Save sunggun-yu/4351031 to your computer and use it in GitHub Desktop.
Enabling/Disabling FTP server on OSX Mountain Lion
This file contains 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
# 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