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
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
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