Skip to content
Excelle Su edited this page May 22, 2017 · 1 revision

怎样使用FTP客户端?

Linux/macOS

  1. git clone https://github.com/excelle08/FTPClient
  2. cd FTPClient
  3. sudo pip install -r requirements.txt
  4. 启动FTP服务器后运行 python3 app.py
  5. 在浏览器打开 http://127.0.0.1:5000/login,登陆后即可进入主页

配置方法

config.py中的server_ipcport字段设置自己的服务器和端口

Clone this wiki locally