Skip to content

Commit

Permalink
docs: document -Fsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuxas committed Oct 29, 2024
1 parent e216e2a commit 343af57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ abyss is a basic and mostly single user http server written in go made for uploa
curl -F "file=@/path/to/file" -H "X-Auth: "$(cat /path/to/.key) http://localhost:3235/
```

- it is also possible to add a `-Fsecret=` to your POST to make filenames bigger and harder to guess.

- you should probably create an `alias` or a `function` to do this automatically for you.
<details>
<summary>click for an example for bash/zsh:</summary>
Expand Down

0 comments on commit 343af57

Please sign in to comment.