Use your Mac as tftp server
- September 18th, 2009
- Posted in Apple
- By Peter Bruderer
- Write comment
Activate the tftp server on your Mac. It works on Leopard and Snow Leopard:
To change the properties, edit the file
/System/Library/LaunchDaemons/tftp.plist
The default directory is /private/tftpboot.
Make this directory accessible for everybody.
chmod 777 /private/tftpboot
and start it with
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
If you want to stop the daemon, do
sudo launchctl unload /System/Library/LaunchDaemons/tftp.plist