Re: [Virtuoso-users] Changing DAV permissions programatically

2009-11-02 Thread Tim Haynes
Aldo Bucchi wrote: Hi, I upload a file via WebDAV like so curl -u $CREDENTIALS -T "file.txt" http://server.com/DAV/home/dav/folder/ where /folder/ has readable by anyone. However, the uploaded file does not inherit permissions ( unless I am missing something ). [] Or, just definitely upload

Re: [Virtuoso-users] Changing DAV permissions programatically

2009-10-27 Thread Rumi Tsekova
Aldo, Hi, I upload a file via WebDAV like so curl -u $CREDENTIALS -T "file.txt" http://server.com/DAV/home/dav/folder/ where /folder/ has readable by anyone. However, the uploaded file does not inherit permissions ( unless I am missing something ). Anwyay, as things stand today I need to ch

[Virtuoso-users] Changing DAV permissions programatically

2009-10-27 Thread Aldo Bucchi
Hi, I upload a file via WebDAV like so curl -u $CREDENTIALS -T "file.txt" http://server.com/DAV/home/dav/folder/ where /folder/ has readable by anyone. However, the uploaded file does not inherit permissions ( unless I am missing something ). Anwyay, as things stand today I need to change its p