|
-
Mar 22nd, 2000, 05:25 AM
#1
Thread Starter
Member
Hi!
I have VB6 and I am doing an Autoupdate-app. I'm using MS- Internet Transfer Protocol (v.6.0) to download the file. But the problem is that the control downloads the file in some temporary directory which changes too often. Is there any way to download the file (xxx.zip) DIRECT to the appfolder (ie. C:\Myapp)? This is very important because I want to compare the downloaded size with the orginal filesize (to make a download progress bar). Please help me?
And could somebody say what's wrong with the following code:
Inet1.Execute "http://www.mysite/~me/hello/app.zip", "GET", "C:\Myapp"
This code doesn't download the file at all or it doesn't save it in my appfolder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|