标签: curl download applescript shell-exec
我在shell脚本上使用curl下载文件:
do shell script "curl -f http://example.com/file -o ~/Desktop/file.doc"
有没有办法检测/捕获文件下载是否完成?
答案 0 :(得分:1)
do shell script同步工作。
do shell script
下载完成后执行下一个代码行。