首页 > 代码库 > MAC下打开FTP服务

MAC下打开FTP服务

 

可以用如下命令打开:

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

相应的,要关闭则:

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

 

 
 

MAC下打开FTP服务