22 lines
372 B
Markdown
22 lines
372 B
Markdown
# scan-to-gpg
|
|
|
|
## Usage
|
|
|
|
```
|
|
-host string
|
|
Host (default "localhost")
|
|
-port int
|
|
Port (default 2121)
|
|
-user string
|
|
Username for login (default "admin")
|
|
-pass string
|
|
Password for login (default "123456")
|
|
-gpgkey path
|
|
File of the public GPG key to encrypt files to
|
|
-output
|
|
Path to directory to write encrypted files to
|
|
|
|
```
|
|
|
|
|