Dr. J. J. "One Eyed CrackerJack" Harbaugh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John-Harbaugh Sent: Sunday, November 30, 2003 4:34 PM To: Rebol Subject: [REBOL] FW: Re: ftp probs Dr. J. J. "One Eyed CrackerJack" Harbaugh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Handley Sent: Friday, November 28, 2003 11:49 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: ftp probs You could try the following setting: system/schemes/ftp/handler/cache-size: 0 This instructs the protocol handler not to cache the connections and therefore to close everything - it should avoid your timeout problem. Romano was intending to create a new ftp patch to solve many ftp problems - still in the pipeline as far as I'm aware. By the way, your email message is broken - outlook express renders it blank because it is declared multipart, but it is missing the boundary. Regards, Brett. Graham wrote: -------------------------------------------------------------- I've made a small change to the Rebol view editor to add an ftp option to the menu at http://www.compkarori.com/vanilla/display/vt-editor but the problem is that after 900 seconds, I can't open another ftp file. I get a timeout error. It looks like Rebol keeps the ftp connection open, and it gets timedout. So, any ideas on how to close the connection down to prevent this error? -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.