Howto start the native OSX tftp deamon

by bram

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd
files will be served from /private/tftpboot

sudo launchctl stop com.apple.tftpd