FTP to Google Storage

前端 未结 4 864
野趣味
野趣味 2020-12-31 10:46

Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don\'t want to bug the users that upload the files to install

4条回答
  •  礼貌的吻别
    2020-12-31 11:13

    Set up a VM in the google cloud, using some *nix flavor. Set up ftp on it, and point it to a folder abc. Use google fuse to mount abc as a GCS bucket. Voila - back and forth between gcs / ftp without writing any software. (Small print: fuse rolls up and dies if you push too much data, so bounce it periodically, once a week or once a day; also you might need to set the mount or fuse to allow permissions for all users)

提交回复
热议问题