2

I'm bit new to Cloud Storage.

We have an application which uploads files to our FTP server.

Now as our system grows, we would go for Cloud Storage service like Google Cloud Storage.

The main issue is our client software is already distributed to thousands of customers. This client software uploads file with FTP commands.

Now if we plan to change our storage to Google Cloud Storage, is it possible to upload file using FTP commands from our client software to Google Cloud Storage.

1 Answers1

1

You could try running an FTP server on top of a directory mounted with gcs-fuse: https://cloud.google.com/storage/docs/gcs-fuse

jterrace
  • 64,866
  • 22
  • 157
  • 202