FTP server application.
Project description
Config
{
"address": "127.0.0.1",
"port": 21,
"passive-ports": [30000, 50000],
"masquerade-address": null,
"username": "spam",
"password": "egg",
"directory": "/path/to/user/",
"permission": "elradfmw"
}
Command
start server:
$ soloftpd --config=/etc/soloftpd.conf
make password hash:
$ python -m soloftpd.authorizers your_password
License
MIT License (See the LICENSE file.)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
soloftpd-0.1.tar.gz
(3.6 kB
view hashes)
Built Distribution
soloftpd-0.1-py3-none-any.whl
(4.9 kB
view hashes)