Results 1 to 2 of 2

Thread: connect to url and download a file

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    1

    connect to url and download a file

    Hello, my question is about VB 6.
    I would like help with Visual basic code for connecting to URL and downloading a file from the site.
    (The file is compressed with zlib 32 standard algorithm and the content has been coded with base64.
    After I have downloaded the compressed file I will need to decompress it and decode. The result will be XML file, which I will need to parse.)
    I know, this is becoming a whole project....
    I have almost succeeded in parsing the XML, although I can not read the elements in the child nodes.....
    However, I will be most grateful if some one can help with the first part of this challange - connect to URL and get the file downloaded to a local directory.

    Many thanks for the help, which I so much hope to get.
    Last edited by Nadia Mihova; Apr 5th, 2005 at 12:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width