mac os 开启FTP Server

高版本的mac os默认关掉了FTP服务,打开“终端”以后,可用以下命令打开:ftp

sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
输入该命令以后,终端还会要求输入你的mac的密码。终端

相应的,要关闭则:密码

sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plistsudo

相关文章
相关标签/搜索