• 主页
  • 关于我
    • DSL'Blog photo

      DSL'Blog

      我叫董诗磊,我就是一码农.欢迎来到我的博客

    • 了解更多
    • Email
    • Github
  • 文章
    • 所有文章
    • 所有标签

2017-04-24 Mac小知识

24 Apr 2017

Reading time ~1 minute

1.FTP服务器

开启 FTP Server

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

关闭 FTP Server

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

登录格式为 ftp://用户名@ip (每个设备必须是在同一个网络下)