Skip to main content

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

use custom config file(default: /etc/soloftpd.conf):

$ soloftpd --config=/path/to/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.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

soloftpd-0.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page