高版本的mac os默认关掉了FTP服务,打开“终端”之后,可用如下命令打开:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
输入该命令之后,终端还会要求输入你的mac的密码。 
相应的,要关闭则:
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist

相关文章:

  • 2021-11-23
  • 2021-12-03
  • 2021-12-03
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-02
  • 2022-12-23
  • 2022-01-19
  • 2021-12-21
  • 2021-04-24
  • 2022-01-30
相关资源
相似解决方案