Skip to main content

FTP server application for Django.

Project description

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 <username> 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

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

django-ftpserver-0.8.0.tar.gz (25.5 kB view details)

Uploaded Source

Built Distribution

django_ftpserver-0.8.0-py2.py3-none-any.whl (17.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-ftpserver-0.8.0.tar.gz.

File metadata

  • Download URL: django-ftpserver-0.8.0.tar.gz
  • Upload date:
  • Size: 25.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for django-ftpserver-0.8.0.tar.gz
Algorithm Hash digest
SHA256 d38d43f34704b9efa6b3c004a780e09428d4afcc98d15efa37509ff45af62514
MD5 f48dc94ef8730f5448ca76f8cd0ae88c
BLAKE2b-256 91628f966819f50404039ce35afb0c6de72d48f65e83934f1f5e129c50cd0c69

See more details on using hashes here.

File details

Details for the file django_ftpserver-0.8.0-py2.py3-none-any.whl.

File metadata

  • Download URL: django_ftpserver-0.8.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for django_ftpserver-0.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7ec824bd9bdc2528c704623e84fd3447b4cddbc9e96def30095386b29df63067
MD5 f063c0cc48682ce82a21a820df82fbeb
BLAKE2b-256 db93628d0d4a753e201ca02c87565bf8d67a5d61b20b5abe2bc3ba1854cedc60

See more details on using hashes here.

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