From 42827a0c2cbb73b1a90ec0ac2694c2475ad4bdf4 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 7 Dec 2024 13:45:37 +0100 Subject: [PATCH] Add description in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 803eb52..1fb2c29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # scan-to-gpg +A simple write only FTP server, that encrypts uploaded files to the given GPG key before writing to disk. + ## Usage ``` @@ -13,7 +15,7 @@ Password for login (default "123456") -gpgkey path File of the public GPG key to encrypt files to - -output + -output path Path to directory to write encrypted files to ```