In article <52de1d213bch...@chris-johnson.org.uk>, cj <ch...@chris-johnson.org.uk> wrote: > Try going in to !Fetch_NS.!Run and change the line
> If NetSurf$LatestVersion <> "" THEN Set NetSurf$PreviousVersion > <NetSurf$LatestVersion> > to > If "<NetSurf$LatestVersion>" <> "" THEN Set NetSurf$PreviousVersion > <NetSurf$LatestVersion> > It then works OK. That part does, yes. Unfortunately, the next hurdle is curl itself. I tried four different versions. The oldest one didn't know the -k switch and the other three reported they 'Failed writing header'. That's on an Iyonix, by the way. What's the most recent port of curl and where does one get it? Google directed me to 7.11.0 by James Bursa and that's one of the ones that fail. For the record, 7.10.8 and 7.16.4 have the same problem. Regards, Frank