Hi Dick,
This works for me:
result: read [
scheme: 'http
host: "www.ellisislandrecords.org"
path: "cgi-bin\"
target:
"tif2gif.exe?T=\\192.168.4.229\images\T715-1352\T715-13520436.TIF&S=.5"
]
Actually the URL is not valid in terms of RFC 2396 because:
Other characters are excluded because gateways and other transport
agents are known to sometimes modify such characters, or they are
used as delimiters.
unwise = "{" | "}" | "|" | "\" | "^" | "[" | "]" | "`"regards,Cyphre
----- Original Message -----
From: "Dick Whiting" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 02, 2005 6:07 AM
Subject: [REBOL] Quickie help question...
>
> Hi All,
>
> I haven't done much with REBOL for quite awhile and am out of practice.
>
> I have a script that retrieves a ship image that no longer works.
>
> A valid URL for one image is:
>
>
http://www.ellisislandrecords.org/cgi-bin/tif2gif.exe?T=\\192.168.4.229\imag
es\T715-1352\T715-13520436.TIF&S=.5
>
> which works if plugged into a browser.
>
> When issued from REBOL as:
>
> a: read/binary that-url-above
>
> it fails with a read error.
>
> Anyone able/willing to help?
>
> TIA,
>
> Dick
>
> --
> Homepage: http://www.dickwhiting.com Last Updated: February 14, 2003
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.