Skip to content

Instantly share code, notes, and snippets.

@blpabhishek
Created July 17, 2017 13:56
Show Gist options
  • Save blpabhishek/1bffe9e49463ca9dda652733ecfc72e3 to your computer and use it in GitHub Desktop.
Save blpabhishek/1bffe9e49463ca9dda652733ecfc72e3 to your computer and use it in GitHub Desktop.
Starting FTP Server on macOS Sierra
# 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