Django SFTP
Project description
Django SFTP [WIP]
Features
- TODO
Requirements
- TODO
Getting Started
- Install django-sftp by pip.
$ pip install django-sftp
- Add it to your
INSTALLED_APPS
:
INSTALLED_APPS = (
...
'django_sftp',
...
)
- Migrate app.
$ ./manage.py migrate
- Create user account.
$ ./manage.py createsuperuser --username user
- Create SFTP user group.
$ ./manage.py createsftpusergroup test
- Create SFTP account.
$ ./manage.py createftpuseraccount user test
- Generate RSA key
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -m PEM
- Run SFTP server
$ ./manage.py sftpserver :11121 -k rsa
Usage
- TODO
Contributing
Contributions are very welcome.
To learn more, see the Contributor Guide
.
License
Distributed under the terms of the MIT_ license, Django SFTP is free and open source software.
Issues
If you encounter any problems,
please file an issue
along with a detailed description.
Credits
- MIT: http://opensource.org/licenses/MIT
- file an issue: https://github.com/vahaah/django-sftp/issues
- pip: https://pip.pypa.io/
- Contributor Guide: CONTRIBUTING.rst
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.2.2.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file django-sftp-0.2.2.tar.gz
.
File metadata
- Download URL: django-sftp-0.2.2.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.3 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b2e722c673c75e82d3b4015e9bb456d76b61edd9a953d03dd0ce5626e50edb6 |
|
MD5 | 4edb7ff8d27ebb3d030934dfe7313ab1 |
|
BLAKE2b-256 | 32add6b069d3ac234729463475947a5e31c89b253f06b37d3fc6d51247ae03aa |
File details
Details for the file django_sftp-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: django_sftp-0.2.2-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.3 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00b0053e87163cbcebeff2ea2d39b1a5646bcd6e15f4e69bcd28c6f506b9791d |
|
MD5 | 3071f7aa657330e6b6f9694c9c8041a9 |
|
BLAKE2b-256 | fcff1a194b0bbd58633852fceb0acfcc5042aacb9d0b0ad7b07b0ca8215449b0 |