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

[REBOL] New REBOL Networking Document Re:

From: doug:vos:eds at: 25-Jul-2000 14:45

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.