简体   繁体   English

将文件从一个云存储传输到另一个

[英]Transfer Files from one cloud storage to another

How to transfer files from one cloud storage to another. 如何将文件从一个云存储传输到另一个云存储。 The files are CSV. 这些文件是CSV。

Where is the best place to start in relation to this problem? 关于此问题的最佳起点是哪里?

For the time being the file just needs to transfer the files every week via manual execution. 目前,该文件仅需要每周通过手动执行来传输文件。 Eventually the files will be transferred on a scheduled basis. 最终,文件将按计划传输。

You can start searching for this sites APIs. 您可以开始搜索此站点的API。 For example, Dropbox has a very well documented API for python. 例如, Dropbox有一个文档齐全的python API。

If you want to automate your script every X days/hours/etc, you can make use of cron if you are running Unix based systems. 如果要每隔X天/小时/等时间使脚本自动化,如果您正在运行基于Unix的系统,则可以使用cron

Hope that helped. 希望能有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Python“无法重写对象”将存储从一个Google云存储区域转移到另一个Google云存储区域。 - Storage transfer job from one google cloud storage region to another with Python “Failed to rewrite object.” 如何将 Google Cloud Storage 中的文件从一个存储桶移动到另一个存储桶 Python - How to move files in Google Cloud Storage from one bucket to another bucket by Python 将文件从 URL 传输到 Cloud Storage - Transfer file from URL to Cloud Storage 使用 Python 将文件从一个 FTP 位置传输到另一个位置 - Transfer files from one FTP location to another using Python 使用python将文件从一个目录转移到另一个目录 - Transfer files from one directory to another if they match a condition using python 安全地将一组文件从一个Heroku应用程序传输到另一个 - Securely transfer a banch of files from one Heroku app to another 从谷歌云存储流式传输gzip压缩文件 - streaming gzipped files from google cloud storage 从 Google Cloud Storage 中删除文件 - Delete Files from Google Cloud Storage 仅列出 Google 云存储中的文件 - List only files from the Google cloud storage Google Cloud Storage - 将文件从一个文件夹移动到另一个文件夹 - 使用 Python - Google Cloud Storage - Move file from one folder to another - By using Python
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM