|
我录制的脚本:
Action()
{
web_url("(19)iis3fixi.exe",
"URL=http://192.168.14.21/download/(19)iis3fixi.exe",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=",
LAST);
lr_think_time(7);
web_url("adtask.xml",
"URL=http://biz4.sandai.net/bd/thunder5/show/adtask.xml",
"Resource=1",
"Referer=",
LAST);
web_add_cookie("im_peer_cookie=838452271233032; DOMAIN=p4pstatic.xunlei.com");
web_url("rules.txt",
"URL=http://p4pstatic.xunlei.com/rules.txt",
"Resource=1",
"Referer=",
LAST);
web_url("msg.dat",
"URL=http://biz4.sandai.net/ad/thunder5/thundermsg/msg.dat",
"Resource=1",
"Referer=",
LAST);
web_url("(19)iis3fixi.exe_2",
"URL=http://192.168.14.21/download/(19)iis3fixi.exe",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=http://192.168.14.21/download",
LAST);
return 0;
}
录是录了 但是运行时发现 脚本只是检测连接是否存在 而并未有下载文件(19)iis3fixi.exe。
请高手指教是否有方法使用脚本下载文件的。 |
|