MAC OS/X has a build-in TFTP server:
Start it with:
The default tftp file path is
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
Start it with:
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd
sudo launchctl start com.apple.tftpd
The default tftp file path is
/private/tftpboot
Stop it with: