检测卷曲文件下载完成时的检测

时间:2017-05-23 00:41:07

标签: curl download applescript shell-exec

我在shell脚本上使用curl下载文件:

do shell script "curl -f http://example.com/file -o ~/Desktop/file.doc"

有没有办法检测/捕获文件下载是否完成?

1 个答案:

答案 0 :(得分:1)

do shell script同步工作。

下载完成后执行下一个代码行。