Hi,

Try the following line then retry your test.

do http://www.codeconscious.com/rebsite/rebol-library/patches.r

If this works you might want to download the script and call it from
your user.r file.

If that does not work, try this (useful for firewalls)

system/schemes/ftp/passive: true

And if that does not work, maybe this long shot:

system/schemes/ftp/cache-size: 1

Let us know how it goes.

HTH
Brett.

----- Original Message ----- 
From: "Will Arp" <[EMAIL PROTECTED]>
To: "rebol list rebol.com" <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 10:00 PM
Subject: [REBOL] ftp problem


> 
> hello all,
> I'm havin a problem reading a file from a pureFTP server,
> this is what I get:
> 
> >> print read ftp://gonzo:[EMAIL PROTECTED]/movie-in/bru_21g.gif
> connecting to: 10.0.0.22
> ** User Error: Server error: tcp 226 1 matches total
> ** Near: print read ftp://gonzo:[EMAIL PROTECTED]/movie-in/bru_21g.gif
> 
> any idea would be very welcome, thanks
> 
> Will Arp
> 
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to