Results 1 to 4 of 4

Thread: Error while file download using winsock

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2008
    Posts
    248

    Error while file download using winsock

    We are using vb6 winsock for downloading files.It works fine for lot of our customers. But only for some 5 customers the file does not get downloaded properly. The request is like shown below

    GET http://www.abc.com/files/Web_236.txt HTTP/1.0
    Host: www.abc.com
    Accept: *.*, */*
    Range: bytes=0-641
    User-Agent: Winman Software (P) Ltd.
    Referer: www.abc.com


    GET http://www.abc.com/files/Web_236.txt HTTP/1.0
    Host: www.abc.com
    Accept: *.*, */*
    Range: bytes=642-1283
    User-Agent: Winman Software (P) Ltd.
    Referer: www.abc.com

    The problem is that in some system where Full file part is downloaded 2 times. Why does this error happens?
    Last edited by winman; Mar 15th, 2013 at 04:00 AM.

Tags for this Thread

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