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.4.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

django_ftpserver-0.3.4-py2.py3-none-any.whl (12.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-ftpserver-0.3.4.tar.gz
Algorithm Hash digest
SHA256 3e0670f589c1ae3b9ecd57c874af37f04abe0e45617bd8cd32a685ca2b740b08
MD5 8cb9fb1a8766d59fe70663053ddcc7ce
BLAKE2b-256 1e4b9e871a6f49291b0a9710fe901358563f63d552b05ef87b407cce113d5f3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ftpserver-0.3.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 73b346bc3341a16d8d99a2524584d145d91fa6c5a53a49069678318dd46686f6
MD5 2cea6395e8e4a2633e522167161f363f
BLAKE2b-256 dffcebfedea02aa8045f10c8ae5a5226ac0445d1c084935f71c12b5c18a7c0b2

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