Go to file
2024-12-09 18:37:18 +01:00
.gitignore Add flake.nix 2024-11-24 19:44:37 +01:00
flake.lock Add flake.nix 2024-11-24 19:44:37 +01:00
flake.nix Add NixOS module 2024-11-24 20:39:16 +01:00
go.mod Init scan-to-gpg 2024-11-24 16:43:16 +01:00
go.sum Init scan-to-gpg 2024-11-24 16:43:16 +01:00
main.go Handle serve exception 2024-12-06 12:29:25 +01:00
module.nix Support all options in modules.nix 2024-12-09 18:37:18 +01:00
README.md Add description in README 2024-12-07 13:45:37 +01:00

scan-to-gpg

A simple write only FTP server, that encrypts uploaded files to the given GPG key before writing to disk.

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
        Path to directory to write encrypted files to