FTP server application for Django.
Project description
FTP server application that used user authentication of Django.
Getting Started
Install django-ftpserver by pip.
$ pip install django-ftpserver
Add line to settings.INSTALLED_APPS for your django project.
INSTALLED_APPS = ( # .. 'django_ftpserver', )
migrate(Django>=1.7) or syncdb(Django<1.7) app.
$ python manage.py migrate
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.
Develop
This project is hosted at Github: https://github.com/tokibito/django-ftpserver
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lab-django-ftpserver-0.3.5.tar.gz
.
File metadata
- Download URL: lab-django-ftpserver-0.3.5.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ae2e125bd3422c975d23e89e29a4cd8602f26d8c02861b52a980d0a0a115f5f |
|
MD5 | 0b1604eb9970dcbb837c6f0dad53a8d1 |
|
BLAKE2b-256 | 978ab4845da8686c9a5176d344aa6812bf5edde0e69634d3cc879ab1f6307a5d |
Provenance
File details
Details for the file lab_django_ftpserver-0.3.5-py2.py3-none-any.whl
.
File metadata
- Download URL: lab_django_ftpserver-0.3.5-py2.py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc1056ea39d3a2f3c71d60c6fb7a6a4d44b8e13dba9e837caea51ea8af363daf |
|
MD5 | 832f58ec5982ecabe160a759edb6a723 |
|
BLAKE2b-256 | 32f8ef43a77784c902f3416280eae2ae6b4f54613a9f85fa3e0ef25dc597541e |