[REBOL] Re: ftp and the closing of ports.

2003-12-02 Thread rebol

Thank you all who sent great advice. The cache setting did the trick for my
application.

James

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: ftp and the closing of ports.

2003-12-02 Thread Brett Handley

> I've been reading some of the posts regarding rebol's ftp. I am having an
issue with the closing of ftp ports. My host recently went to a 2 ftp
connection limit (from the same IP) and this has caused my 5 year old ftp
scripts to fail.

Unfortunately the cache-size parameter does not help this particular issue -
a bug.

As Graham wrote, Romano has a patch that solves this and other problems. It
is currently being tested. I'm not sure how close Romano is to releasing it.

Brett.


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: ftp and the closing of ports.

2003-12-01 Thread Graham Chiu

On Mon, 1 Dec 2003 15:43:31 -0800
  "rebol" <[EMAIL PROTECTED]> wrote:

>I've attempted Brett Handley's 
>"system/schemes/ftp/handler/cache-size: 0"  but I get an 
>invalid path value error.

That was a typo.

It should be 

system/schemes/ftp/cache-size: 0

Romano's latest beta patch seems to fix the problem for 
me.

--
Graham Chiu
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: ftp and the closing of ports.

2003-12-01 Thread Anton Rolls

Incidentally, you can find where the ftp
handler uses the cache-size setting by
doing this:

write clipboard:// mold system/schemes/ftp/handler

Then paste into a new text file and search for
"cache-size".

Anton.

> He made a small mistake, try:
> 
> system/schemes/ftp/cache-size: 0
> 
> Anton.
> 
> > I've attempted Brett Handley's 
> > "system/schemes/ftp/handler/cache-size: 0"  but I get an invalid 
> > path value error.
> > 
> > Any ideas?
> > 
> > Thanks,
> > 
> > James 

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: ftp and the closing of ports.

2003-12-01 Thread Anton Rolls

He made a small mistake, try:

system/schemes/ftp/cache-size: 0

Anton.

> I've attempted Brett Handley's 
> "system/schemes/ftp/handler/cache-size: 0"  but I get an invalid 
> path value error.
> 
> Any ideas?
> 
> Thanks,
> 
> James 

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.