Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 committed Jan 27, 2024
2 parents 19ed6e3 + 24bb935 commit 086406f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
A simple tool to upload files to the Alist server.

## Available options:
`--type`: `zip`, `raw`, `generic`
`--file`: local file path to upload
`--target`: remote file path
`--host`: alist server host, or set it in system environment
`--username`: alist server username, or set it in system environment
`--password`: alist server password, or set it in system environment
`--overwrite`: overwrite remote file if exists
- `--type`: `zip`, `raw`, `generic`
- `--file`: local file path to upload
- `--target`: remote file path
- `--host`: alist server host, or set it in system environment
- `--username`: alist server username, or set it in system environment
- `--password`: alist server password, or set it in system environment
- `--overwrite`: overwrite remote file if exists

---

Expand All @@ -18,4 +18,4 @@ For Snap.Static repository, use `--type zip` or `--type raw` and set env in GitH
For other files, use `--type generic` and fill other options.

e.g. `--type generic --file output/Snap.Hutao.Deployment.exe --target /tools --host d.hut.ao --username snaphutao
--pasword snaphutaopassword --overwrite`
--pasword snaphutaopassword --overwrite`

0 comments on commit 086406f

Please sign in to comment.