Dec. 3, 2011
9:30 p.m.
Hilaire if you have a simple solution for the server side I would be interested because it would be a cool example for the chapter on Zinc. Stef On Dec 3, 2011, at 11:45 AM, Sven Van Caekenberghe wrote:
"List my drawings"
ZnClient new username: 'john' password: 'secret'; get: 'http://www.drgeo.eu/drawings/johnsbook/'.
The server side would not be that much work either: have a look at how the ZnMonticelloServerDelegate class (to be combined with a ZnServer). This implements a comparable protocol.