internet file transfer control in vb6
- From: Laoballer <laoballer@xxxxxxxxx>
- Date: Mon, 20 Oct 2008 13:54:48 -0700 (PDT)
Hi all,
I'm working on a program that retrieves a bunch of files from an
anonymous ftp server. I'm using the microsoft file transfer control
in vb6 to download the files. I'm having a problem with the execute
"get" command. The files I'm downloading are very small, ranging from
10k to 50k, however I'm downloading thousands of files. I'm looping
through the file names and then executing the get command but will get
an error message that says (run-time error '35764' still executing
last request) Is there a way I can download all these files at once?
Or wait to send the next execute get command until the file is done
transferring. I'm thinking I have to use the inet_state property, but
I'm not too sure how to do this. Any help would be greatly
appreciated.
Thanks,
.
- Prev by Date: Re: Access 2007 and VB
- Next by Date: Re: Access 2007 and VB
- Previous by thread: Server Services stop
- Next by thread: Best way to Control Multiple Copys of Same Form
- Index(es):
Relevant Pages
|