Re: [9fans] Using webfs from rc

2014-07-14 Thread Riddler
That makes sense, thanks for the info guys!

Re: [9fans] Using webfs from rc

2014-07-14 Thread erik quanstrom
> that has something to do with the way how you open the connection. > > I'm not 100% sure if its a perfect description what happens, but when you > > > % echo -n url http://www.google.co.uk > ctl > > the >ctl will open and close the connection to 0/ctl. But you can read the > body only while t

Re: [9fans] Using webfs from rc

2014-07-14 Thread Stanley Lieber
The following is hget implemented in rc: http://code.google.com/p/plan9front/source/browse/rc/bin/hget sl

Re: [9fans] Using webfs from rc

2014-07-14 Thread Ingo Krabbe
Hey riddler, that has something to do with the way how you open the connection. I'm not 100% sure if its a perfect description what happens, but when you > % echo -n url http://www.google.co.uk > ctl the >ctl will open and close the connection to 0/ctl. But you can read the body only while the

[9fans] Using webfs from rc

2014-07-14 Thread Riddler
Hey guys, Been toying with webfs/abaco and I'm attempting to try to use it (webfs) from rc without much luck. I've been doing the following: % cat clone 0 acceptcookies on sendcookies on redirectlimit 10 useragent webfs/2.0 (plan 9) % cd 0 % echo -n url http://www.google.co.uk