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. Create FTP user group.

$ python manage.py createftpusergroup my-ftp-group
  1. Create FTP user account.

$ python manage.py createftpuseraccount <username> my-ftp-group

<username> is the django authentication username.

  1. Run manage.py ftpserver command.

$ python manage.py ftpserver 127.0.0.1:10021
  1. Connect with your favorite FTP client.

Requirements

  • Target Python version is 2.7, 3.4, 3.5 and 3.6.

  • Django>=1.8

  • pyftpdlib

  • six

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

Uploaded Source

Built Distribution

django_ftpserver-0.5.0-py2.py3-none-any.whl (15.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-ftpserver-0.5.0.tar.gz
Algorithm Hash digest
SHA256 6ffd80b0a4f24b88980ea63afdbc8e2977956bb6a41d42c310eba78b11decf5c
MD5 6dea4cb5e035d341dc46018eae27ff2b
BLAKE2b-256 2b931941c25040834af44a7a7e12b35c872c139824ff35491433d462093b692a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_ftpserver-0.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1a176ebeeb4ef6b79e8997fb1bafdb10a2b76a973d9bd1458df013bca07c9d6c
MD5 2cd77f8f0f95a82d2bae63684f2c7678
BLAKE2b-256 e1dcf2c613ab745deebc708ee78094d7bf10464cbf4ef3f145aacc28a9033614

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