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下一般用smb服务来进行远程文件访问,但要用FTP的话,高版本的mac os默认关掉了,可以用如下命令打开:

sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist

相应的,要关闭则:

sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist

 

相关文章:

  • 2021-11-28
  • 2022-01-03
  • 2022-12-23
  • 2021-11-09
  • 2022-02-05
  • 2021-04-13
  • 2022-12-23
猜你喜欢
  • 2022-03-03
  • 2022-12-23
  • 2021-05-31
  • 2021-11-14
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案