NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
The Rest Of NetTalk
»
The Rest - Ask For Help
»
How to Download a file using HTTP
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to Download a file using HTTP (Read 10993 times)
IanHickton
Newbie
Posts: 2
How to Download a file using HTTP
«
on:
July 22, 2010, 01:15:19 AM »
Hi,
Using NT5, how would I download a binary file by passing the URL ?.
Ian
Logged
kevin plummer
Hero Member
Posts: 1195
Re: How to Download a file using HTTP
«
Reply #1 on:
July 22, 2010, 05:54:37 AM »
check out the download file examples
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: How to Download a file using HTTP
«
Reply #2 on:
July 22, 2010, 06:01:55 AM »
You mean using the NetWebClient class Ian?
Use the Fetch method.
Then in PageReceived call the SavePage (filename) method.
cheers
Bruce
Logged
IanHickton
Newbie
Posts: 2
Re: How to Download a file using HTTP
«
Reply #3 on:
July 22, 2010, 07:21:30 AM »
Thanks for the replies Kevin & Bruce.
I used the NetWebClient class as you suggested Bruce, and it works beautifully. Many thanks for your help.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
The Rest Of NetTalk
»
The Rest - Ask For Help
»
How to Download a file using HTTP