On 6 Mar 2007, at 13:55, Richard Miller wrote: > Can/should a directory ftp call be unloaded (i.e. via unload URL) > before trying a second time? Only if it's obtained with a non-blocking call. (e.g. load url) There's no need to use unload with any blocking call (get url, put .. into url). Cheers Dave