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.
我想使用单个 curl 命令从站点下载多个文件。是否有一个有效的单行命令来下载具有相同初始文件路径和/或在特定日期之后上传的所有文件。
例如:
curl -O https://myURL/..../..../*
我知道“*”不起作用,但想知道会怎样。
或者,指定该页面上在特定日期之后上传的所有文件。
谢谢!