Donnerstag, 28. Dezember 2017

MAC TFTP Server

MAC OS/X has a build-in TFTP server:

Start it with:

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

The default tftp file path is

/private/tftpboot


Stop it with:

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