-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Creating a new file on WebDAV server never finishes #6341
Comments
To rule out a configuration error on the server side (it is my first WebDAV setup) or aid reproduction of the issue the apache vhost file for the server:
If additional information would be helpful I will be happy to supply it. |
Can you find any related output in the |
No related log entries at all. Can I somehow enable a debug mode/verbose logging in Cyberduck? |
unfortunately I cannot post it (it is rejected as spam by trac and the captcha does not work) (managed to post it eventually by editing All right, I have enabled the debug mode. The action I performed was 'New file' with filename 'loremipsum.txt' To my untrained eye one part of the log jumps out:
|
Can you search for messages that have the status |
No entries with an ERROR status. |
I just wanted to add I have tried out the Windows version of Cyberduck and another WebDAV-connector on the same server: no problem at all, so I suppose that rules out a server issue. |
Replying to [comment:3 https://me.yahoo.com/a/egOlVSM0t4gxRszZM8CTQenaz5oJ#9fa8f]:
Configuration looks fine. |
The latest snaphot is working correctly. |
I have set up an Apache 2.2 server as WebDAV storage provider via https. I have no trouble connecting to the server an listing the directory. Apache2 has read&write permissions to the WebDAV base. Creating directories through Cyberduck works as expected, most times uploading files is no problem.
However always when I want to create a new file on the server through the menu entry in Cyberduck, that action never finishes. 'Prepare [filename]' is displayed indefinitely. A file with size 0 of that name is created in the directory however. Sometimes the same behavior is seen with other files, but I cannot reproduce that reliably. Stopping that upload then ends in an indefinite display of 'Disconnecting [servername]'
In the logfiles I see different entries for the successful put and the unsuccessful (putting default.jpg was successful, testfile was unsuccessful&stuck in 'Prepare testfile' a file with the name testfile has been created however):
The text was updated successfully, but these errors were encountered: