Re: [Virtuoso-users] Parallel WebDAV uploads fail

2013-03-20 Thread Rumi
Hello Harald, On 20-Mar-13 3:24 PM, Harald Beck wrote: Hi, If I upload multiple files at the same time to the WebDAV folder, different errors occur, and I receive a 599 internal server error response for some of the requests. I use requests of the following form: curl -i -T $dir/$file http:/

[Virtuoso-users] Parallel WebDAV uploads fail

2013-03-20 Thread Harald Beck
Hi, If I upload multiple files at the same time to the WebDAV folder, different errors occur, and I receive a 599 internal server error response for some of the requests. I use requests of the following form: curl -i -T $dir/$file http://localhost:8890/DAV/home/username/targetfolder/$file -u us