FTP to Google Storage

前端 未结 4 863
野趣味
野趣味 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:15

    You could setup a cron and rsync between the FTP server and Google Cloud Storage using gsutil rsync or open source rclone tool.

    If you can't run those commands on the FTP server periodically, you could mount the FTP server as a local filesystem or drive (Linux, Windows)

提交回复
热议问题