Check also
Multipart Multithreaded Downloading
| procedure TfmTestDownloader.btDownLoadClick(Sender: TObject); |
| begin |
| if clDownloader1.IsBusy then Exit; |
| |
| clDownloader1.HttpProxySettings.UserName := 'Test'; |
| clDownloader1.HttpProxySettings.Password := 'psw'; |
| |
clDownloader1.URL :=
'http://www.clevercomponents.com/checknews/clnews.html'; |
| clDownloader1.LocalFile := 'clnews.html'; |
clDownloader1. HttpProxySettings.Server :=
'http://www.freeproxy.com'; |
| clDownLoader1.Start(); |
| end; |
Article ID: 21, Created On: 1/23/2010, Modified: 2/7/2010