pip install pyftpdlib
python -m pyftpdlib
//Visit ftp://127.0.0.1:2122/
-i 指定IP地址(默认为本机的IP地址)
-p 指定端口(默认为2121)
-w 写权限(默认为只读)
-d 指定目录 (默认为当前目录)
-u 指定用户名登录
-P 设置登录密码
2024-03-13 12:28:09
pip install pyftpdlib
python -m pyftpdlib
//Visit ftp://127.0.0.1:2122/
-i 指定IP地址(默认为本机的IP地址)
-p 指定端口(默认为2121)
-w 写权限(默认为只读)
-d 指定目录 (默认为当前目录)
-u 指定用户名登录
-P 设置登录密码
下一篇:python实现文件共享