Skip to main content

FTP server application for Django.

Project description

build-status pypi 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(Django>=1.7) or syncdb(Django<1.7) app.

$ python manage.py migrate
  1. Run manage.py ftpserver command.

$ python manage.py ftpserver 127.0.0.1:10021

Requirements

  • Target Python version is 2.6, 2.7, 3.3, 3.4 and 3.5.

  • Django>=1.4

  • 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

lab-django-ftpserver-0.3.5.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

lab_django_ftpserver-0.3.5-py2.py3-none-any.whl (14.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file lab-django-ftpserver-0.3.5.tar.gz.

File metadata

File hashes

Hashes for lab-django-ftpserver-0.3.5.tar.gz
Algorithm Hash digest
SHA256 1ae2e125bd3422c975d23e89e29a4cd8602f26d8c02861b52a980d0a0a115f5f
MD5 0b1604eb9970dcbb837c6f0dad53a8d1
BLAKE2b-256 978ab4845da8686c9a5176d344aa6812bf5edde0e69634d3cc879ab1f6307a5d

See more details on using hashes here.

Provenance

File details

Details for the file lab_django_ftpserver-0.3.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for lab_django_ftpserver-0.3.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fc1056ea39d3a2f3c71d60c6fb7a6a4d44b8e13dba9e837caea51ea8af363daf
MD5 832f58ec5982ecabe160a759edb6a723
BLAKE2b-256 32f8ef43a77784c902f3416280eae2ae6b4f54613a9f85fa3e0ef25dc597541e

See more details on using hashes here.

Provenance

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