我想远程控制我的 mac mini(用作带有 Mac OS X 10.8.2 服务器的 NAS)从 URL 下载文件。我认为 applescript 可以实现它。
所以我被两个问题困惑:1.如何将URL发送到Applescript(我只能想到HTTP POST);2.Applescript如何接收URL然后识别文件的扩展名,如果匹配“mov”则将其下载到桌面?
有人有好主意吗?如果你能详细告诉我那就最好了。
答案1
看看 man curl,它应该能够满足你所有的需求。
set xxx to do shell script "curl http://superuser.com/"