>> So when you run it, does it print out multiple "connecting to ..." messages?

Yes. The dump follows.  In this test case the Username is "visiter" and the password is "v" and it is connecting to a server named "cyclops".  I have put "**********" next to each line that opens a connection.  I count 13 open requests, and each one appears to have a corresponding close request, but on the FTP Server, there are still 5 connections (under username "visiter") still sitting there.  Is my version of Rebol is wrong?  I have 2.2.0.3.1.

Thanks,
Victor Mascari


Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for link.gif.}
Net-log: ["low level write of " 2518 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. home.GIF
URL Parse: visiter v 192.168.132.1 none images/ home.GIF
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for home.GIF.}
Net-log: ["low level write of " 1565 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. title_links.GIF
URL Parse: visiter v 192.168.132.1 none images/ title_links.GIF
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for title_links.GIF.}
Net-log: ["low level write of " 1205 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. title_pictures.GIF
URL Parse: visiter v 192.168.132.1 none images/ title_pictures.GIF
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for title_pictures.GIF.}
Net-log: ["low level write of " 1713 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. title_announcements.GIF
URL Parse: visiter v 192.168.132.1 none images/ title_announcements.GIF
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for title_announcements.GIF.}
Net-log: ["low level write of " 2927 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. Gold_San_Damiano_Cross.GIF
URL Parse: visiter v 192.168.132.1 none images/ Gold_San_Damiano_Cross.GIF
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for Gold_San_Damiano_Cross.GIF.}
Net-log: ["low level write of " 1873 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. mslogo2.gif
URL Parse: visiter v 192.168.132.1 none images/ mslogo2.gif
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for mslogo2.gif.}
Net-log: ["low level write of " 1417 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
.. lotus.gif
URL Parse: visiter v 192.168.132.1 none images/ lotus.gif
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for lotus.gif.}
Net-log: ["low level write of " 1112 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}

//websitedata/cgi-bin/
... welcome.htm
URL Parse: visiter v 192.168.132.1 none none welcome.htm
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for welcome.htm.}
Net-log: ["low level write of " 1852 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
... Announcements.htm
URL Parse: visiter v 192.168.132.1 none none Announcements.htm
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for Announcements.htm.}
Net-log: ["low level write of " 2006 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
... links.htm
URL Parse: visiter v 192.168.132.1 none none links.htm
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for links.htm.}
Net-log: ["low level write of " 2180 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
... Pictures.htm
URL Parse: visiter v 192.168.132.1 none none Pictures.htm
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for Pictures.htm.}
Net-log: ["low level write of " 1703 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
... links2.htm
URL Parse: visiter v 192.168.132.1 none none links2.htm
**********Net-log: ["Opening tcp for" FTP]
**********connecting to:192.168.132.1
Net-log: [
    none ["220" "230"]]
Net-log: "220 cyclops Microsoft FTP Service (Version 2.0)."
Net-log: [["USER" port/user] "331"]
Net-log: "331 Password required for visiter."
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-CyclopsFTP: Connection Established.  Permission to begin Interactive Services granted.  Proc
eed...}
Net-log: "230 User visiter 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: [["STOR" port/target] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for links2.htm.}
Net-log: ["low level write of " 2006 "bytes"]
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
Net-log: [
    "QUIT" "221"]
Net-log: {221 CyclopsFTP:  Connection Closed.   Interactive Services terminated.}
>>

Reply via email to