[REBOL] Re: still more ftp informations - missed something
From: arolls::bigpond::net::au at: 21-Jul-2001 4:39
The ftp scheme caches connections to speed
up directory listing etc.
This could be confusing things.
You can set the number of cached connections
to 0 or 1 somehow...
I think it's system/schemes/ftp/cache-size,
which is 5 by default.
This means up to 5 cached connections are open.
Try also from a fresh rebol.
Other people have had this kind of trouble
on this list, I'll have a look.
Holger has explained it all before.