Re: propput

2004-08-13 Thread Simone Gianni
Hi Michele,
yes, you can create all the properties you need, they're not a fixed 
set. To avoid name clashes webdav uses namespaces, so you should create 
your properties in your namespace. Namespaces are explained in XML 
NAMESPACE specifications.

Hope this helps,
Ciao,
Simone Gianni
Michele Costabile wrote:
I wonder if I can create properties on a file, something like 

propput file.txt author myself
or are properties a fixed set?
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Propput: invalid command

2004-04-22 Thread Simone Gianni
Hi,
I think you should try proppatch instead of propput, with the same 
parameters. Having a brief look at the command line client source code, it 
seems like propput is correctly declared, but it is not correctly connected 
to the client function, while proppatch (which is not documented, but is 
the real name of the dav method) is correctly handled.

Hope it helps!

Ciao,
Simone Gianni
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]