Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试仅从 URL 下载过去 30 分钟内修改过的文件。您能否指导我如何进行此操作。请让我知道我是否应该为此使用 shell 脚本或 python 脚本。
如果服务器支持 if-modified-since,您可以使用 If-Modified-Since: (T-30 分钟) 发送请求并忽略 304 响应。