Hi,
I found that there is a way to rename files and folders with Linux, actually its simple. You need to mount the briefcase and then handle it like a unix filesystem (rm, mv, tec.)
1. You need devfs2 installed.
2. mount the folder:
mount -t davfs
https://put.your.serverhere.de/dav/n...e.de/Briefcase /mnt/nameofuser/ -o nolocks
3. change to folder and edit the files and folders!
That`s it!
MH.