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

ftp probs

 [1/4] from: gchiu::compkarori::co::nz at: 24-Dec-2003 22:50


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? --Graham -- To unsubscribe from this list, just send an email to [rebol-request--rebol--com] with unsubscribe as the subject. --__REBOL--1.2.5.3.1--8179995__--

 [2/4] 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?

 [3/4] from: gchiu:compkarori at: 24-Dec-2003 22:50


Re: 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. >
Thanks.
> 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.
I think I've fixed my email client now. I was using send/attach [rebol-list--rebol--com] message file-list where file-list was [], but looks like the /attach is not smart enough to not create the boundary where there is no attachment. --Graham

 [4/4] from: the:optimizer:tiscali:it at: 1-Dec-2003 0:15


Hey, what's this? Please stop that. You are flooding the mailing list with old messages! M&F