首页 > 代码库 > Mac下开启FTPserver

Mac下开启FTPserver

开启命令
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist  

关闭命令
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist   
 
访问:
ftp://localhost/  
输入电脑用户名/密码

Mac下开启FTPserver