Home All Groups Group Topic Archive Search About

Knowing When A File Download Is Complete -- How?

Author
4 Jun 2005 1:51 AM
jim evans
I have a program that uses a FTP shell to download a document.  Once
download is complete the contents are analyzed.  I'm having a problem
knowing when the download is complete.  Sometimes I fetch the document
thinking it's complete and only get part of the document. 

Any suggestions of figuring out when the download it complete?

jim

Author
4 Jun 2005 3:00 AM
Veign
Adding FTP code to your application is pretty easy.

Form Template: FTP Property Form
http://www.veign.com/vrc_codeview.asp?type=app&id=77

--or--
www.vbip.com

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/


Show quoteHide quote
"jim evans" <jimsTAKEOUTne***@houston.rr.com> wrote in message
news:m122a15kae1kvmt3ioimshtrrjaaj5hrja@4ax.com...
> I have a program that uses a FTP shell to download a document.  Once
> download is complete the contents are analyzed.  I'm having a problem
> knowing when the download is complete.  Sometimes I fetch the document
> thinking it's complete and only get part of the document.
>
> Any suggestions of figuring out when the download it complete?
>
> jim