Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guyskk/filebrowser-upload
upload command for https://github.com/filebrowser/filebrowser
https://github.com/guyskk/filebrowser-upload
Last synced: 29 days ago
JSON representation
upload command for https://github.com/filebrowser/filebrowser
- Host: GitHub
- URL: https://github.com/guyskk/filebrowser-upload
- Owner: guyskk
- License: mit
- Created: 2019-03-05T14:59:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T09:17:16.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T23:46:05.425Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filebrowser-upload
Upload command for https://github.com/filebrowser/filebrowser
## Install
Download binary executable from https://github.com/guyskk/filebrowser-upload/releases
## Usage
```
usage: filebrowser-upload [-h] [--version VERSION] --api API --username
USERNAME --password PASSWORD --dest DEST
[--insecure] [--no-progress] [--override]
filepathFilebrowser upload.
positional arguments:
filepath local file pathoptional arguments:
-h, --help show this help message and exit
--version VERSION Show version
--api API Filebrowser upload API URL
--username USERNAME Username
--password PASSWORD Password
--dest DEST File destination
--insecure Allow insecure server connections when using SSL
--no-progress Disable progress bar
--override Override file or not
```## Example
```
filebrowser-upload \
--api http://127.0.0.1:8000/api \
--username admin \
--password admin \
--override \
--dest README.md \
README.md
```