The Internet Transfer Protocol looks easy to use but there is one error on which I lost too much time so here I am. I am simply using it to connect to an ftp and retrieve one binary file.

For those who used the control, the 'Still Executing Last Request' error message may be familiar. A suggested solution to this was to use a loop, until not .StillExecuting, executing a DoEvents. Performing this loop after the connect command would let the user know when the connection is properly established.

Unfortunately this solution didn't work for me: results in an infinite loop even tho I am connected to the FTP site. (I know that because I tried connecting to my own ftp, and the user gets connected alright)

Thanks for any help