Mac下FTP的使用

高版本的mac os默认关掉了FTP服务,打开“终端”以后,可用以下命令打开:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
输入该命令以后,终端还会要求输入你的mac的密码。 
相应的,要关闭则:
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
相关文章
相关标签/搜索