cloud
cloud copied to clipboard
Handling of filenames that start with -
I had a typo in a tar command which created a file with the name -C. Removing this file through the user interface was not possible: both removing and renaming the file failed without any error message. In the end I had to use a terminal to remove the file using rm ./-C.
fixed
Remove and Move are both fixed. RENAME is still broken.
Wait, never mind, tested on wrong server; it's all good.