Python 快速搭建 FTP 服务器

安装

  1. 安装python3

    • Linux:
      • apt-get install python3-pip
    • Windows:
      • 去python官网下载python3的win版本安装包安装python3
  2. 安装Python3的FTP库

    • pip3 install pyftpdlib

启动

使用