The section where you discuss FTP could
use some examples as to how using 

   read [
      scheme: 'FTP 
      host: foo.fee.ftp.com
      ...etc.
   ]

is not only useful but necessary
as in the case where an odd password is
used for the FTP server such as
PW: "123/abc"  <-- slash is legal for Password, but fools the parser...

So read [scheme ...] is necessary.

I remember this happened to me when first learning REBOL last year.


Also, what about a few more hints on building new protocols
such as LDAP, or something.


>>I'd like to get comments on my new Networking document:
>>http://www.rebol.com/docs/network.html
>>See what you think.
>>-Carl

Reply via email to