Thursday, May 5, 2016

OS X Built-in tftp Server:  

You can start it with:

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd


You can stop it with:

sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist


Default path:

/private/tftpboot