SFTP server application that used user authentication of Django.
Project description
SFTP server application that used user authentication of Django.
Documentation
The full documentation is at https://django-sftp.readthedocs.io.
Quickstart
Install Django SFTP Server:
pip install django-sftp
Add it to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'django_sftp', ... )
Add Django SFTP Server’s URL patterns:
from django_sftp import urls as django_sftp_urls urlpatterns = [ ... url(r'^', include(django_sftp_urls)), ... ]
Generate RSA key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -m PEM
Run SFTP server
./manage.py sftpserver :11121 -k /tmp/rsa
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2018-11-28)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_sftp-0.1.0-py2.py3-none-any.whl (10.9 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size django-sftp-0.1.0.tar.gz (10.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_sftp-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5ae9da6ef5e4ec894d020ab2a1b6674ade2ccb7147f98d58a1e330f0ffab702 |
|
MD5 | 0b242f38a25bd0f94be603eaa1453c65 |
|
BLAKE2-256 | 4b310f937e15e6cfd3bb8d3192cc153dfa627c2562ee058a0b7aa6083194606b |