Re: fetch(1) and realms with whitespace...

1999-07-02 Thread Brian F. Feldman
On Thu, 1 Jul 1999, Dominic Mitchell wrote: > Is there any way to specify a realm with whitespace to fetch? I've > just had a fun time trying to do: > > % export HTTP_AUTH="basic:SunSolve Online:x:y" > % fetch -v http://online.sunsolve.sun.co.uk/whatever > senddoc: cannot authenticate with serv

fetch(1) and realms with whitespace...

1999-07-01 Thread Garrett Wollman
< said: > % export HTTP_AUTH="basic:SunSolve Online:x:y" > % fetch -v http://online.sunsolve.sun.co.uk/whatever > senddoc: cannot authenticate with server > Looking at the code it appears that there isn't a way to escape the > whitespace... That's probably correct. You're certainly welcome to

fetch(1) and realms with whitespace...

1999-07-01 Thread Dominic Mitchell
Is there any way to specify a realm with whitespace to fetch? I've just had a fun time trying to do: % export HTTP_AUTH="basic:SunSolve Online:x:y" % fetch -v http://online.sunsolve.sun.co.uk/whatever senddoc: cannot authenticate with server Looking at the code it appears that there isn't a way