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

django-ftpserver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-ftpserver

FTP server application for Django.

  • 0.8.0
  • PyPI
  • Socket score

Maintainers
1

================= Django FTP server

|build-status| |pypi| |python-version| |docs|

FTP server application that used user authentication of Django.

Getting Started

  1. Install django-ftpserver by pip.

::

$ pip install django-ftpserver

  1. Add line to settings.INSTALLED_APPS for your django project.

::

INSTALLED_APPS = ( # .. 'django_ftpserver', )

  1. Migrate app.

::

$ python manage.py migrate

  1. Create FTP user group.

::

$ python manage.py createftpusergroup my-ftp-group

  1. Create FTP user account.

::

$ python manage.py createftpuseraccount my-ftp-group

<username> is the django authentication username.

  1. Run manage.py ftpserver command.

::

$ python manage.py ftpserver 127.0.0.1:10021

  1. Connect with your favorite FTP client.

Requirements

  • Target Python version is 3.6, 3.7, 3.8, 3.9, 3.10
  • Django>=2.2
  • pyftpdlib

License

This software is licensed under the MIT License.

Documentation

The latest documentation is hosted at Read The Docs.

https://django-ftpserver.readthedocs.org/en/latest/

Develop

This project is hosted at Github: https://github.com/tokibito/django-ftpserver

Author

  • Shinya Okano

.. |build-status| image:: https://github.com/tokibito/django-ftpserver/workflows/Tests/badge.svg :target: https://github.com/tokibito/django-ftpserver .. |docs| image:: https://readthedocs.org/projects/django-ftpserver/badge/?version=latest :target: https://readthedocs.org/projects/django-ftpserver/ .. |pypi| image:: https://badge.fury.io/py/django-ftpserver.svg :target: http://badge.fury.io/py/django-ftpserver .. |python-version| image:: https://img.shields.io/pypi/pyversions/django-ftpserver.svg :target: https://pypi.python.org/pypi/django-ftpserver

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