I searched and didn't find, and had to figure stuff out... I hope to save you the trouble.

Sunday, April 26, 2009

Run a TFTP server on a Mac

Apple has already included everything you need to serve files by TFTP from OS X 10.5. Put files in the directory /private/tftpboot, and start the service with:
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
Stop the service with:
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist

No comments:

Post a Comment

Followers