Home  >  Article  >  Backend Development  >  Is there a way under Linux to download files saved on Qiniu in batches at regular intervals?

Is there a way under Linux to download files saved on Qiniu in batches at regular intervals?

WBOY
WBOYOriginal
2016-12-01 00:25:25988browse

Now all client pictures are directly uploaded to Qiniu Space. Then I want to make a timer under Linux to download all the files that need to be downloaded at a certain time every day. I would like to ask friends who are passing by if there is anything good. Method? ? ? ?

Reply content:

Now all client pictures are directly uploaded to Qiniu Space. Then I want to make a timer under Linux to download all the files that need to be downloaded at a certain time every day. I would like to ask friends who are passing by if there is anything good. Method? ? ? ?

Linux can use scheduled tasks to execute scripts crontab. Write a script to download files and execute it regularly through crontab

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn