Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 505 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 505 Bytes

bsftp

SFTP server backed by Google Cloud Storage

Requirements

  • Google Cloud Storage
  • Go 1.18.3

Generate a key

ssh-keygen -t rsa -b 4096 -f id_rsa

Run

Make sure env vars are set. I recommend using direnv for local dev.

Refer to env.sample for the required env vars.

go build . -o bsftp
./bsftp

References