L
Loane Sharp
Hi there
I'm downloading data from a remote server to my local disk using
Stream.Read() and Stream.Write() (as previously suggested by Ken Tucker in
this group). By and large the download and local write operations occur
successfully, but frequently the data transfer is "intermittent", ie.
sometimes the connection to the server becomes idle and no data transfer
occurs over the wire. The code eventually resumes execution as if all the
data were downloaded. However, if I point IE to any website, say
www.microsoft.com, while that page is downloading the data transfer using
Stream.Read() resumes.
Any ideas as to the cause?
Best regards
Loane
I'm downloading data from a remote server to my local disk using
Stream.Read() and Stream.Write() (as previously suggested by Ken Tucker in
this group). By and large the download and local write operations occur
successfully, but frequently the data transfer is "intermittent", ie.
sometimes the connection to the server becomes idle and no data transfer
occurs over the wire. The code eventually resumes execution as if all the
data were downloaded. However, if I point IE to any website, say
www.microsoft.com, while that page is downloading the data transfer using
Stream.Read() resumes.
Any ideas as to the cause?
Best regards
Loane