mac 下如何开启 ftp server

原创
2016/12/02 16:07
阅读数 578
AI总结

开启命令

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


关闭命令

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


访问:

  1. ftp://localhost/  

输入电脑用户名/密码

 

权限和目录太大,怎样调少

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
AI总结
返回顶部
顶部