Skip to main content

`edwh` plugin for files.edwh.nl

Project description

edwh-files-plugin

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install edwh-files-plugin

But probably you want to install the whole edwh package:

pipx install edwh[files]
# or
pipx install edwh[plugins,omgeving]

Usage

(Arguments between < > are required, arguments between [ ] are optional)

Upload

edwh file.upload <path_to_file> --server [str]  --max-downloads [int] --max-days [int] --encrypt [str]
  • path_to_file: which file to upload
  • server is files.edwh.nl by default, but can be any transfer.sh instance.
  • max-downloads: how often can the file be downloaded?
  • max-days: for how long can the file be downloaded?
  • encrypt: secret to encrypt the file with

This command outputs the upload status code, file url and deletion url.

Download

edwh file.upload <url> --decrypt [str] --output-file [str]
  • url: file url from file.upload
  • decrypt: if --encrypt is used in file.upload, the same secret can be used to decrypt the file.
  • output-file: where to store the download

Delete

edwh file.upload <url>
  • url: deletion url from file.upload

License

edwh-files-plugin is distributed under the terms of the MIT license.

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

edwh_files_plugin-0.2.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

edwh_files_plugin-0.2.0-py3-none-any.whl (5.3 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