Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot remove/rename files or folders. #78

Closed
firebbs opened this issue Apr 17, 2017 · 5 comments
Closed

Cannot remove/rename files or folders. #78

firebbs opened this issue Apr 17, 2017 · 5 comments
Projects

Comments

@firebbs
Copy link

firebbs commented Apr 17, 2017

OS: Arch Linux
4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64 GNU/Linux

Tried with kio and davfs2, same result.

davfs2:
# sudo mono wdmrc.exe -p 804
# sudo mount --rw -t davfs http://127.0.0.1:804 /mnt/mailru/ -o uid=1000
# rm /mnt/mailru/backup/1 -R
rm: cannot remove '/mnt/mailru/backup/1': Input/output error

output:
...
[Threadpool worker]: DELETE:http://127.0.0.1:804/backup/1/:127.0.0.1:804 - Start processing
[Threadpool worker]: Unable to delete '/backup/1' directory.
System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
...

@zodo
Copy link
Contributor

zodo commented Apr 17, 2017

Maybe you are using login without @mail.ru suffix. Try to add it to your login

@yar229
Copy link
Owner

yar229 commented Apr 17, 2017

Maybe you are using login without @mail.ru suffix. Try to add it to your login

@firebbs - yep, check it

@zodo
Copy link
Contributor

zodo commented Apr 17, 2017

@yar229 я бы добавил это в readme, либо выводил warning при запуске. Очень неочевидная проблема

@firebbs
Copy link
Author

firebbs commented Apr 17, 2017

With @mail.ru suffix everything ok.

С суфиксом все работает Спасибо.
Действительно стоит добавить в readme, т.к. без суфикса пускает, можно копировать создавать файлы, но с суфиксом только удалять и переименовывать не дает, что сбивает с толку.

@yar229
Copy link
Owner

yar229 commented Apr 18, 2017

added warning if domain does not contains domain part
71d8228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Board
Done
Development

No branches or pull requests

3 participants