Updated: 26 January 2021

Overview

Our Simple FTP Service is a cloud (and optionally hybrid) application written in golang that runs in AWS in multiple regions.

The Service allows you to connect a backend from a storage cloud provider such as:

  • AWS S3
  • Azure Blob
  • Azure Files
  • Google GCS

After connecting you can then use the following protocols to push, get or list files in the backend:

  • FTP
  • FTP/s
  • sftp
  • scp

Simple FTP Service is available in the following regions:

  • ap-southeast-2
  • us-east-1
  • eu-west-1

The services are running in multiple auto-scaling groups to ensure high availability, these also give us the ability to perform blue/green and canary deployments whenever new changes head into production.