# Start tftp Service
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
# /private/tftpboot is used as the root
# End tftp Service
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
Categories
# Start tftp Service
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
# /private/tftpboot is used as the root
# End tftp Service
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist