MAC下打开FTP服务
Posted PhoenixMY
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAC下打开FTP服务相关的知识,希望对你有一定的参考价值。
可以用如下命令打开:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
相应的,要关闭则:
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
以上是关于MAC下打开FTP服务的主要内容,如果未能解决你的问题,请参考以下文章