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

[REBOL] Re: FTP timeout, socket reuse etc

From: gscottjones:mchsi at: 4-Apr-2003 8:18

From: "Mat Bettinson"
> I've had a bit of a google but I can't find those controls over FTP > behavior in Rebol. I've got a problem now where Rebol keeps an ftp > thread alive and when it goes to reuse it, it just blows out with an > error since the server timed out the connection. > > Never had that before? There's a setting for thread reuse or even > turning it off completely as I recall. Could someone refresh my > memory? Cheers.
Hi, Mat, These two threads may help to understand REBOL ftp behavior. http://www.escribe.com/internet/rebol/m6411.html http://www.escribe.com/internet/rebol/m6753.html --Scott Jones