From 343af57742fe9889939d72b26de6936ab9bc958b Mon Sep 17 00:00:00 2001 From: jabuxas Date: Tue, 29 Oct 2024 17:52:38 -0300 Subject: [PATCH] docs: document -Fsecret --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ec394a..3d436fd 100644 --- a/README.md +++ b/README.md @@ -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.
click for an example for bash/zsh: