ramondeklein/nwebdav

Deleting file from linux

yar229 opened this issue · 1 comments

I've mounted webdav server with davfs2 and cannot delete files..

yar@yarvm:~$ rm /mnt/wdmrc/favicon.ico
rm: remove write-protected regular file '/mnt/wdmrc/favicon.ico'? y
rm: cannot remove '/mnt/wdmrc/favicon.ico': Permission denied

Suppose I need to add some props to item DefaultPropertyManager?

Thanks for your answer

Sorry, I've got it
Just mount it with user logged in as owner

mount --rw -t davfs http://127.0.0.1:3332 /mnt/wdmrc/ -o uid=<current_user_name>