yildizib / django-ftpserver

FTP server application that used user authentication of Django.

Home Page:https://django-ftpserver.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django FTP server

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

  • Target Python version is 2.6, 2.7, 3.3, 3.4.
  • 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

About

FTP server application that used user authentication of Django.

https://django-ftpserver.readthedocs.org/en/latest/

License:MIT License


Languages

Language:Python 83.4%Language:Shell 16.6%