Hello, i'm having 2 problems using FTP. 1. When i try to connect to my ISP, i always get the Network timeout message. I have changed the timeout to 10 minutes but still get the same error. I am able to connect using the ftp exec supplied with Win98. The only difference i see is that using the WIN98 ftp is that it "Opening ASCII mode data connection for /bin/ls." whereas the REBOL ftp uses BINARY mode?? >> read ftp://uuu:[EMAIL PROTECTED]/ URL Parse: uuu xxxxxxx home.gci.net none none none Net-log: ["Opening tcp for" FTP] connecting to: home.gci.net Net-log: [ none ["220" "230"]] Net-log: {220 firebird.gci.net FTP server (Version wu-2.6.0(2) Wed Jan 5 11:31:52 AKST 2000) ready .} Net-log: [["USER" port/user] "331"] Net-log: "331 Password required for uuu." Net-log: [["PASS" port/pass] "230"] Net-log: "230 User uuu logged in." Net-log: [ "TYPE I" "200"] Net-log: "200 Type set to I." Net-log: [["PORT" port/locals/active-check] "200"] Net-log: "200 PORT command successful." Net-log: [["CWD ~"] "250"] Net-log: "250 CWD command successful." Net-log: [["CWD" either empty? port/path ["./"] [join "./" port/path]] "250"] Net-log: "250 CWD command successful." Net-log: [["LIST" "."] ["150" "125"]] Net-log: {150 Opening BINARY mode data connection for /bin/ls.} Net-log: [ none "226"] ** Access Error: Network timeout. ** Where: read ftp://uuu:[EMAIL PROTECTED]/ 2. Connecting to an IBM mainframe always gives the following error message. Win 98 ftp connects correctly >> read ftp://uuu:[EMAIL PROTECTED]/ URL Parse: uuu xxx jdc1.state.ak.us none none none Net-log: ["Opening tcp for" FTP] connecting to: jdc1.state.ak.us Net-log: [ none ["220" "230"]] Net-log: {220-FTPSERVE IBM MVS V3R1 at JDC1.STATE.AK.US, 09:01:39 on 03/29/00} Net-log: {220 Connection will close if idle for more than 5 minutes.} Net-log: [["USER" port/user] "331"] Net-log: "331 Send password please." Net-log: [["PASS" port/pass] "230"] Net-log: "230 uuu is logged on." Net-log: [ "TYPE I" "200"] Net-log: "200 Representation type is IMAGE." Net-log: [["PORT" port/locals/active-check] "200"] Net-log: "200 Port request OK." Net-log: [["CWD ~"] "250"] Net-log: [["CWD /"] "250"] ** User Error: Server error: tcp 550 A qualifier in "/" begins with an invalid character.. ** Where: read ftp://uuu:[EMAIL PROTECTED]/
