Skip to main content

FTP server application for Django.

Project description

https://travis-ci.org/tokibito/django-ftpserver.png

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. syncdb app.

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

$ python manage.py ftpserver 127.0.0.1:10021

Requirements

  • 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.1.tar.gz (14.5 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-ftpserver-0.1.tar.gz
Algorithm Hash digest
SHA256 61693fe84e3ba2049c4135d6a3d93af8573ddeb2bbe6643728f6e8d184b4f1e7
MD5 0c827d244ccad2a0ab3541c861341ec1
BLAKE2b-256 82de48e6ce78750adc07a8c81a7c6b550ad8310522cde9f593162ddf998c9a66

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