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 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.7, 3.4 and 3.5.

  • Django>=1.8

  • 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.4.0.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

django_ftpserver-0.4.0-py2.py3-none-any.whl (13.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-ftpserver-0.4.0.tar.gz
Algorithm Hash digest
SHA256 f4802f406de42da4c5fc3ff1c3276d1712ea940b7916bd43b86fc3c1889bd0d2
MD5 59c588877b2a1273a4cd19e67c1220b2
BLAKE2b-256 b30e3158b8f453bf24983d6fb61eb4fe2529f5c6bce9e6b1bad1d6d75efa98ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ftpserver-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 91a7a1130fafeed9edb9b1a1ffe711d95fe4d60d968ceb1f670071f7a9502ec7
MD5 68c00ac7829ea405eb59a0a32e30e8d5
BLAKE2b-256 007c3d071de0705018c34a8c79b633fd8c32756e0fd8d0ef086d0ea30b4610d1

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