Skip to content

Instantly share code, notes, and snippets.

@cdwilson
Created November 3, 2011 01:00
Show Gist options
  • Save cdwilson/1335468 to your computer and use it in GitHub Desktop.
Save cdwilson/1335468 to your computer and use it in GitHub Desktop.
Start tftp server on OSX
#!/bin/sh
# files go into /private/tftpboot/
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment