Created
July 17, 2017 13:56
-
-
Save blpabhishek/1bffe9e49463ca9dda652733ecfc72e3 to your computer and use it in GitHub Desktop.
Starting FTP Server on macOS Sierra
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
# Start FTP Server | |
launchctl load -w /System/Library/LaunchDaemons/ftp.plist | |
# Stop FTP Server | |
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