Mac下开启FTPserver

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

关闭命令
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist   
 
访问:
ftp://localhost/  
输入电脑用户名/密码
posted @ 2016-12-08 22:25  niie9  阅读(1026)  评论(0编辑  收藏  举报