After the file has been uploaded it shows up as being empty.
Example
- using OSX's Finder
- on some linux distributions
Solution on linux
Edit fIle /etc/davfs2/davfs2.conf
- Code: Select all
use_locks 0
Source: http://johnreid.it/2009/09/26/mount-a-w ... ntu-linux/
Solution OSX, using Finder
Finder will only work with apache and mod_php. Any other webserver or fastcgi system will fail.
Source: Developer tanghus
When using this with Apache + FastCGI PHP completely drops the request body, so it will seem as if the PUT request was succesful, but the file will end up empty.
Source: http://code.google.com/p/sabredav/wiki/Finder
You have to use a different client like Cyberduck
Comments appreciated ~ snapr
