Skip to main content

Django SFTP [WIP]

Tests Codecov PyPI Python Version Read the Docs License License pre-commit Dependabot

Features

  • TODO

Requirements

  • TODO

Getting Started

  1. Install django-sftp by pip.
$ pip install django-sftp
  1. Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
   ...
   'django_sftp',
   ...
)
  1. Migrate app.
$ ./manage.py migrate
  1. Create user account.
$ ./manage.py createsuperuser --username user
  1. Create SFTP user group.
$ ./manage.py createsftpusergroup test
  1. Create SFTP account.
$ ./manage.py createftpuseraccount user test
  1. Generate RSA key
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -m PEM
  1. 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

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_sftp-0.2.2-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

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

Hashes for django-sftp-0.2.2.tar.gz
Algorithm Hash digest
SHA256 9b2e722c673c75e82d3b4015e9bb456d76b61edd9a953d03dd0ce5626e50edb6
MD5 4edb7ff8d27ebb3d030934dfe7313ab1
BLAKE2b-256 32add6b069d3ac234729463475947a5e31c89b253f06b37d3fc6d51247ae03aa

See more details on using hashes here.

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

Hashes for django_sftp-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 00b0053e87163cbcebeff2ea2d39b1a5646bcd6e15f4e69bcd28c6f506b9791d
MD5 3071f7aa657330e6b6f9694c9c8041a9
BLAKE2b-256 fcff1a194b0bbd58633852fceb0acfcc5042aacb9d0b0ad7b07b0ca8215449b0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.2 This release

2 files

0.2.1

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page