VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VB6 Native HTTP/FTP Async Multiple Download

by Filipe Lage (7 Submissions)
Category: Internet/HTML
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

Downloads any URL to a byte array/string in async mode without using any API's or external components. VB6 NATIVE CODE.
I only needed MS Common Controls to add the listview for demonstration, but the control itself doesn't require it at all.
You can add more than one URL at the same time for download. - Accepts both HTTP and FTP url's.

Inputs
DownloadURL as string
Code Returns
ByteArray of the retrieved data 2 events (progress/complete)
Side Effects
Isn't affected by the IE 'Offline mode' like MSINET.OCX is. Uses any proxy configured in IE automatically, etc.
API Declarations
' This component doesn't require any external calls/apis/references
' Obtains an url to a byte array using native VB6 calls
' Asyncronous - no need to wait for data to arrive
' Multiple downloads are accepted at the same time (different URL's, etc)
' If you like this code, please VOTE for it
' You may use this code freely in your projects, but whenever possible,
' include my name 'Filipe Lage' on the 'Help->About' or something ;)
' Cheers :)
'
' Filipe Lage
' [email protected]
'

Rate VB6 Native HTTP/FTP Async Multiple Download

Download VB6 Native HTTP/FTP Async Multiple Download

Download VB6 Native HTTP/FTP Async Multiple Download (14 KB)

VB6 Native HTTP/FTP Async Multiple Download Comments

No comments have been posted about VB6 Native HTTP/FTP Async Multiple Download. Why not be the first to post a comment about VB6 Native HTTP/FTP Async Multiple Download.

Post your comment

Subject:
Message:
0/1000 characters