macos苹果电脑开启tftp server上传fortigate60e固件成功

c 复制代码
cat /System/Library/LaunchDaemons/tftp.plist
c 复制代码
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Disabled</key>
	<true/>
	<key>Label</key>
	<string>com.apple.tftpd</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/libexec/tftpd</string>
		<string>-i</string>
		<string>/private/tftpboot</string>
	</array>
	<key>inetdCompatibility</key>
	<dict>
		<key>Wait</key>
		<true/>
	</dict>
	<key>InitGroups</key>
	<true/>
	<key>Sockets</key>
	<dict>
		<key>Listeners</key>
		<dict>
			<key>SockServiceName</key>
			<string>tftp</string>
			<key>SockType</key>
			<string>dgram</string>
		</dict>
	</dict>
</dict>
</plist>
c 复制代码
sudo  launchctl  load  -F  /System/Library/LaunchDaemons/tftp.plist
# sudo  launchctl  start  com.apple.tftpd
c 复制代码
sudo  cp  downloads/FGT_60E-v7.0.13.M-build0566-FORTINET.out  /private/tftp
相关推荐
檀越剑指大厂32 分钟前
【高效开发工具系列】Blackmagic Disk Speed Test for Mac:专业硬盘测速工具
macos
阿福不是狗7 小时前
Python使用总结之Mac安装docker并配置wechaty
python·macos·docker
gen_8 小时前
mac环境下的python、pycharm和pip安装使用
python·macos·pycharm
SY.ZHOU12 小时前
Significant Location Change
macos·ios·cocoa
buyue__15 小时前
MacOS解决局域网“没有到达主机的路由 no route to host“
macos
明月看潮生1 天前
青少年编程与数学 01-011 系统软件简介 05 macOS操作系统
macos·青少年编程·操作系统·系统软件·编程与数学
Hello.Reader2 天前
Git 安装全攻略Linux、macOS、Windows 与源码编译
linux·git·macos
Hope Fancy2 天前
macOS 连接 Docker 运行 postgres,使用navicat添加并关联数据库
macos·docker·postgresql
John Song2 天前
macOS 上使用 Homebrew 安装redis-cli
数据库·redis·macos