FTP下载: http://www.7880.com/Info/Article-19938be0.html
http://community.csdn.net/Expert/topic/3300/3300012.xml?temp=5.028933E-02
FTP下载: TIdFTP控件 (Delphi7 Indy)
Http下载: (Delphi7)使用设计Indy控件下载网络文件 //////////
在Form1中添加控件:
两个Indy控件:IdAntiFreeze1,IdHTTP1;
一个按钮 :Button1;
一个进度条 :ProgressBar1 显示下载速度
procedure TForm1.Button1Click(Sender: TObject);
var
MyStream:TMemoryStream;
begin
IdAntiFreeze1.OnlyWhen...[ 查看全文 ]