Hi Carl, Try one more quick test:
apply http://www.codeconscious.com/rebsite/rebol-library/patches.r or just run the FTP part of it and see if that changes anything. BTW, what version of REBOL are you having the problem with? Regards, Brett. Carl wrote: > And here's the output when reading an empty directory... > > Net-log: [ > "SYST" "*"] > Net-log: "215 UNIX Type: L8" > Net-log: [ > ["PORT" port/locals/active-check] "200"] > Net-log: "200 PORT command successful." > Net-log: [ > ["CWD" either empty? port/path ["./"] [join "./" port/path]] > "250"] > Net-log: {250 "/d" is new cwd.} > Net-log: [ > ["TYPE A"] ["200"]] > Net-log: "200 Type okay." > Net-log: [ > ["LIST"] ["150" "125"]] > Net-log: {150 Opening ASCII mode data connection for /bin/ls.} > Net-log: [ > none "226"] > Net-log: "226 Listing completed." > Net-log: [ > ["PORT" port/locals/active-check] "200"] > Net-log: "200 PORT command successful." > ** Access Error: Port none not open > ** Where: parse-dir-list > > As far as I can tell, the extra... > > Net-log: [ > ["PORT" port/locals/active-check] "200"] > Net-log: "200 PORT command successful." > > on the end there just before the error is the only difference the > trace shows. And I'm still none the wiser... -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
