mac下打开FTP服务时间:2023-03-08 23:56:41 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