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',
)
syncdb app.
$ python manage.py syncdb
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.
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
django-ftpserver-0.1.tar.gz
(14.5 kB
view details)
File details
Details for the file django-ftpserver-0.1.tar.gz.
File metadata
- Download URL: django-ftpserver-0.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61693fe84e3ba2049c4135d6a3d93af8573ddeb2bbe6643728f6e8d184b4f1e7
|
|
| MD5 |
0c827d244ccad2a0ab3541c861341ec1
|
|
| BLAKE2b-256 |
82de48e6ce78750adc07a8c81a7c6b550ad8310522cde9f593162ddf998c9a66
|