Skip to content
/ bsftp Public

SFTP server backed by Google Cloud Storage

Notifications You must be signed in to change notification settings

tors/bsftp

Repository files navigation

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

About

SFTP server backed by Google Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages