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',
...
)
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
Credits
Tools used in rendering this package:
History
0.1.1 (2018-11-28)
bug fix
added multiple storages
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.
Source Distribution
django-sftp-0.1.1.tar.gz
(10.8 kB
view hashes)
Built Distribution
Close
Hashes for django_sftp-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 785cc870de063b94e95c4872c657d0d2dd006eb370b0bd97ff2c8b4f5efceffb |
|
MD5 | 59bdb3fc1596dedbf766c392d4b2906b |
|
BLAKE2b-256 | 0cd206937ab70b0a477f44808367555220be6ea6f5f710e863f6dbc3ad7542f2 |