Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

soloftpd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soloftpd

FTP server application.

  • 0.5.1
  • PyPI
  • Socket score

Maintainers
1

======== soloftpd

|build-status|

Config

.. code-block:: json

{ "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

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

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

override config with command line option::

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

make password hash::

$ python -m soloftpd.authorizers your_password

License

  • MIT License (See the LICENSE file.)

.. |build-status| image:: https://travis-ci.org/tokibito/soloftpd.svg?branch=master :target: https://travis-ci.org/tokibito/soloftpd

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc