-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Excelle Su edited this page May 22, 2017
·
1 revision
git clone https://github.com/excelle08/FTPClient
cd FTPClient
sudo pip install -r requirements.txt
-
启动FTP服务器后运行
python3 app.py
- 在浏览器打开
http://127.0.0.1:5000/login
,登陆后即可进入主页
在config.py
中的server_ip
和cport
字段设置自己的服务器和端口