$Id: client-design.txt,v 1.1 2001/04/28 11:37:02 mbp Exp $ Amongst other things, we'd like to be able to use the n4client as a command-line interface to NFS servers to do rsync-style transfers. I don't think we want a copy operation by default, but perhaps something like n4client cp server:/home/mbp/hello.c /tmp/ I imagine compound operations, if you want to spell them out, handled by something like this: { putrootfh; lookup "home" "mbp" "hello.c"; getattr; }