netcharm / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Creating/Copying a new file using KDE4 fails #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open webdav://localhost/ using konqueror or dolphin
2. Choose "create new textfile" from the menu
or
2. Copy/Move any local file to a new webdav-file

What is the expected output? What do you see instead?
KDE shows the error message "the file or folder localhost doesn't exist".
Though upon a refresh the new file is shown and is empty (even if it should
be a copied non-empty file)

What version of the product are you using? On what operating system?
Tried with r51 just now. kdelibs are at 4.4.1.

If I can provide any more details (ngrep, verbose log), just let me know.

Original issue reported on code.google.com by cor...@gmail.com on 28 Mar 2010 at 2:36

GoogleCodeExporter commented 8 years ago
Please attach verbose log

Original comment by spamsch@gmail.com on 15 Apr 2010 at 10:53

GoogleCodeExporter commented 8 years ago
Ok produced a log and ngrep'd while copying a non-empty file klettermails. 
pydav0.log
remains empty in the process, so I left it out.

Original comment by cor...@gmail.com on 17 Apr 2010 at 7:58

Attachments:

GoogleCodeExporter commented 8 years ago
I found a similar issue (issue 74) with COPY and MOVE methods on folders, that 
I identified to occur only when pyWebDAV listens on localhost. Choose another 
(real) ethernet interface and try again. I guess everything fine then...

Original comment by andreas....@gmail.com on 21 Dec 2013 at 10:06