Skip to main content

Django SFTP

Project description

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

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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page