文章出處
文章列表
MAC下打開FTP服務
周銀輝
mac下一般用smb服務來進行遠程文件訪問,但要用FTP的話,高版本的mac os默認關掉了,可以用如下命令打開:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
相應的,要關閉則:
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
文章列表
全站熱搜