Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/affordablemobiles/gcs-sftp-server

SFTP Server with backing storage via Google Cloud Storage (GCS)
https://github.com/affordablemobiles/gcs-sftp-server

docker gcs golang google-cloud-storage kubernetes sftp

Last synced: about 1 month ago
JSON representation

SFTP Server with backing storage via Google Cloud Storage (GCS)

Awesome Lists containing this project

README

        

## SFTP Server with Google Cloud Storage backend

Runs an isolated, sandboxed SFTP server that only interacts with virtual backing storage on Google Cloud Storage (GCS).

Set the following environment variables, e.g.

```
SFTP_USERNAME=user123
SFTP_PASSWORD=kl5dfqpw3NXCZX0
SFTP_PORT=2022
SFTP_SERVER_KEY_PATH=/id_rsa
GCS_CREDENTIALS_FILE=/credentials.json
GCS_BUCKET=my-sftp-bucket
```

GET, PUT, STAT, LIST & MKDIR are currently the only methods implemented.