macOS开启内建的TFTP服务器
1.开启 TFTP 服务
打开「终端」,执行以下命令(需要管理员密码):
sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist
说明:执行完该命令之后,TFTP 服务也会被加入到开机自启动项中。
2.放置文件
/private/tftpboot
为 TFTP 服务器的根目录,请将需要使用的文件放置在该目录下(需要管理员密码)。
3.关闭 TFTP 服务
打开「终端」,执行以下命令(需要管理员密码):
sudo launchctl unload -w /System/Library/LaunchDaemons/tftp.plist