Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ftp probs

From: brett:codeconscious at: 29-Nov-2003 16:48

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?