-
I have a file and am trying to use cadaver to set the executable property. I can see the property is currently set to false: http://apache.org/dav/props/ executable = F I can't figure-out the syntax to set this to true. I've tried the following: propset test.sh http://apache.org/dav/props/:executable true On the server side I get the following error: AH00541: XML Parser Error: XML parser error code: not well-formed (invalid token) (4) Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The namespace used for propset/propget is an option, so can you try:
mod_dav uses T or F for the executable "bit". |
Beta Was this translation helpful? Give feedback.
-
This worked as I had hoped. Thank you. |
Beta Was this translation helpful? Give feedback.
The namespace used for propset/propget is an option, so can you try:
mod_dav uses T or F for the executable "bit".