Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]
filepath

Filebrowser upload.

positional arguments:
filepath local file path

optional 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
```