[REBOL] Re: Reading empty directories via FTP error

2003-11-10 Thread gscottjones
Carl Read wrote: > G! G is right! You were correct in that the error occurs in the parse-dir-list function in the ftp protocol. The code closes the "port/sub-port" and then tries to use that port/sub-port specification. Whoops! The corrected function is as follows (as usual watch for

[REBOL] Re: Reading empty directories via FTP error

2003-11-11 Thread gscottjones
Hi, Brett and Carl, et al, Regarding the missing bracket: I was not working at my own computer, so I was trying to manually pretty up my patch and evidently deleted a bracket. Sorry for the confusion, but I'm glad that my own error was evident. I was able to reproduce Carl's original error on

[REBOL] Re: Reading empty directories via FTP error

2003-11-11 Thread gscottjones
Hi, Anton, > Scott, I do not see where, after the sub-port > has been closed that it is attempted to be used. > Can you point it out, please? ... In the while loop in the second to the last line in the snippet below: ... while [line: system/words/pick port/sub-port 1] [append file-list join lin