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

Binary file write fails with OSX/Finder connection #7

Open
drush opened this issue Aug 27, 2011 · 2 comments
Open

Binary file write fails with OSX/Finder connection #7

drush opened this issue Aug 27, 2011 · 2 comments

Comments

@drush
Copy link

drush commented Aug 27, 2011

  • in OSX, used finder to map the rack_dav endpoint as a share location localhost:3000 using rack_dav binary
  • drag-and-drop a binary file onto the new share (1.7MB dmg file)
  • Finder reports: '... can't complete operation because some data in "file" can't be read or written. (Error code -36)'
  • no exceptions from rack_dav, but there are a sequence of PROPFIND, PUT, LOCK and UNLOCK commands and a 404 on a request for '/.root_folder' near the end of the transaction
@georgi
Copy link
Owner

georgi commented Aug 30, 2011

Thanks, I will look into this as soon as I'll have an macbook in a few days.

@januszm
Copy link

januszm commented Nov 10, 2011

it is because finder is using multi-part uploads (Transfer-Encoding: Chunked ? http://code.google.com/p/sabredav/wiki/Finder) and I guess your server does not support it.

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

No branches or pull requests

3 participants