[REBOL] Re: read ftp:// error
From: moeller_thorsten:gmx at: 1-Jun-2001 9:53
Hi Scott, Sterling,
the only thing i can say is WELL DONE, works great. Just inserted your
script into my user.r and off we go, without any problems.
I kept my self informed that i am using a patched version of REBOL with
adding
print ""
print {"++++++++++++++++++++++++++++++++++++++++++++++++++++
ATTENTION - ATTENTION - ATTENTION - ATTENTION +
Your ftp-scheme has been patched to suite international abbreviations.
+
Please remove this patch from your user.r if you upgrade to a higher
+
Version in which the problem is fixed by REBOL-Technologies!!
+
ATTENTION - ATTENTION - ATTENTION - ATTENTION +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"}
print ""
print ""
after your script. It is enough for me cause i am mainly working on the
console. For apps running in quiet mode
this won't be enough.
Disabling the patching by Version verification could be a problem as we
don't know the next Version numbers and if the Problem will be fixed in this
Release. So, the earliest date we can make the patching related to Versions
is when these Versions are out and we could be sure that the problem is
fixed.
Do you have any other suggestions?
Thorsten