How do i download a file from a website using IE command or Automation ?

thanks!

Re: Download file using IE by Jan

Jan
Thu Jun 21 04:23:41 CDT 2007

No IE Automation, but simple:

DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
INTEGER, INTEGER
URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)

Den napsal(a):
> How do i download a file from a website using IE command or Automation =
?
>=20
> thanks!=20
>=20
>=20

--=20
Jan Bucek
17. listopadu 2657
544 01 Dv=F9r Kr=E1lov=E9 n. L.
www.bucek.info

Re: Download file using IE by Man-wai

Man-wai
Thu Jun 21 04:54:05 CDT 2007

Jan Bucek wrote:
> No IE Automation, but simple:
>
> DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
> INTEGER, INTEGER
> URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)

Is there one for upload?

--
iTech Consulting Services Limited
Expert in ePOS (Point-Of-Sales) solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288

Re: Download file using IE by Jan

Jan
Thu Jun 21 06:50:44 CDT 2007

Man-wai Chang napsal(a):
> Jan Bucek wrote:
>> No IE Automation, but simple:
>>
>> DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
>> INTEGER, INTEGER
>> URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)
>
> Is there one for upload?
>
FTP of course. You must have permission to write the file onto server.

Re: Download file using IE by Man-wai

Man-wai
Thu Jun 21 07:21:11 CDT 2007

>>> DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
>>> INTEGER, INTEGER
>>> URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)
>> Is there one for upload?
> FTP of course. You must have permission to write the file onto server.

I meant there was nothing like UpLoadFileToURL?

--
@~@ Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.21.5
^ ^ 20:20:01 up 3 days 9:52 0 users load average: 0.00 0.00 0.00
news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk

Re: Download file using IE by Man-wai

Man-wai
Thu Jun 21 07:28:33 CDT 2007

> DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
> INTEGER, INTEGER
> URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)

And is this URLDownloadToFile a kernel-mode module or IE module?

--
@~@ Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.21.5
^ ^ 20:27:01 up 3 days 9:59 0 users load average: 0.06 0.03 0.00
news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk

Re: Download file using IE by Jan

Jan
Thu Jun 21 07:54:56 CDT 2007

Man-wai Chang napsal(a):
>> DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
>> INTEGER, INTEGER
>> URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)
>
> And is this URLDownloadToFile a kernel-mode module or IE module?

I do not know.

>

Re: Download file using IE by Jan

Jan
Thu Jun 21 07:54:34 CDT 2007

Man-wai Chang napsal(a):
>>>> DECLARE INTEGER URLDownloadToFile IN urlmon INTEGER, STRING, STRING,
>>>> INTEGER, INTEGER
>>>> URLDownloadToFile(0, lcRemoteFile, lcLocalFile, 0,0)
>>> Is there one for upload?
>> FTP of course. You must have permission to write the file onto server.
>
> I meant there was nothing like UpLoadFileToURL?

I have never seen it. To upload files into URL I use FTP.
>