scan-to-gpg/README.md

22 lines
372 B
Markdown
Raw Permalink Normal View History

2024-11-24 16:43:16 +01:00
# scan-to-gpg
2019-10-29 15:22:29 +01:00
## Usage
```
-host string
Host (default "localhost")
-port int
Port (default 2121)
-user string
Username for login (default "admin")
2024-11-24 16:43:16 +01:00
-pass string
Password for login (default "123456")
2024-11-24 17:34:12 +01:00
-gpgkey path
File of the public GPG key to encrypt files to
-output
Path to directory to write encrypted files to
2019-10-29 15:22:29 +01:00
```