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
相關文章
相關標籤/搜索