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
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。