跳转到主要内容

FTP服务器应用程序。

项目描述

build-status

配置

{
  "address": "127.0.0.1",
  "port": 21,
  "passive-ports": [30000, 50000],
  "masquerade-address": null,
  "username": "spam",
  "password": "egg",
  "directory": "/path/to/user/",
  "permission": "elradfmw"
}

命令

启动服务器

$ soloftpd

使用自定义配置文件(默认:/etc/soloftpd.conf)

$ soloftpd --config=/path/to/soloftpd.conf

使用命令行选项覆盖配置

$ soloftpd --username=ham --address=10.0.0.1

创建密码散列

$ python -m soloftpd.authorizers your_password

许可证

  • MIT许可证(见LICENSE文件。)

支持者