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

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

Uploaded Source

Built Distribution

django_ftpserver-0.3.5-py2.py3-none-any.whl (14.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-ftpserver-0.3.5.tar.gz
Algorithm Hash digest
SHA256 5236b634ea5d72df2da1236ef012d106f56eea34d39285fb6fdfdda967f94cb1
MD5 e5f1b74f30b5f1578801e433740c129b
BLAKE2b-256 e85392de70dd1cb179ed9e382b73d69953e5860baf49b2e7a7c3eb7e77231468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ftpserver-0.3.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f089808802c2a63c6387bc455af690b76b95a21ecc0f9094eb56bced72a3f58e
MD5 7c35ae149355a5282a5bddeee2363b6a
BLAKE2b-256 507cdbac20bbe33f9febad907f9f908e9a95c9016f43ee6ad50f4aa920a6f795

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