On 29/10/01 5:49 pm, Troy Rollins <[EMAIL PROTECTED]> wrote: > Using the FTP functions in 1.1Beta, is there some mechanism to determine > that an FTP operation is complete, or better yet, progress status? > > Also, will FTP events queue to allow some maximum number of simultaneous FTP > transfers, with the balance of requested transfers automatically queueing? > Or do I need to build in a queueing structure to avoid overload of > connection requests?
The URLStatus function will return the status if you "load" the ftp URL. You can load multiple URLs at once, so it should simply try to download what it can. Regards, Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - Power to the Developer! Tel: +44 (0)131 718 4333. Fax: +44 (0)1639 830 707.
