
WebDav on Windows 10 cant upload Files (0x80070032) files are landing in Trash
I'm running the latest Windows 10 and the latest FileRun.
Everything is working fine, but when I want to upload files via WebDav (mounted as networkdrive) in Windows 10 this always throws me the error 0x80070032 With the message: "Die Anforderung wird nicht unterstützt".
I'm running FileRun on the latest Plesk on PHP 7.2.x.
Over the web (domain.tld/remote.php/webdav) I can upload, download and everything. But just when I use it as a mounted windows network drive I cant upload anything.
Does anyone knows how to fix that?
I mounted the Drive like this:
net use X: \\domain.tld@SSL\remote.php\webdav\
everything works, also creating folders, but when I upload something it disapears and lands in trash. So noone can see/use it.
#EDIT:
btw mcrypt is not installed (also showed up while setup). But what wonders me is:
mcrypt is deprecated since PHP 7.1 and will not work in PHP 7.2
and this FileRun installation is made for PHP 7.1.x and PHP 7.2.x !?
Best regards,
Martin
Customer support service by UserEcho
I'm actually surprised that you managed to mount at all using the Windows' own quirky WebDAV support.
The official connection URL is:
The one you use is dedicated to the Nextcloud apps, and there might be non standards-compliant behaviors in the future.
Uploading still doesn't work (technically it works, the file gets uploaded, then deleted, by Windows, as you can notice in the FileRun user activity log) but we'll look into it.
In the meantime, I suggest using a third-party tool, such as Netdrive or Webdrive for mounting FileRun as a Windows drive.
Thanks for pointing it out. It was probably forgotten in the installer, although FileRun doesn't need or use it.
For windows users a fair solution may be to enable webdav at server level. In my case enabling webdisk for the concerning users in cPanel was sufficient to provide them with read/write webdav access, it couldn't be simpler.
Ok thank you, I solved my problems with FileRun using NetDrive.
There I just connectet to "https://domain.tld/dav.php/@Home" and everything worked fine!
map filerun webdav to windows 10 (copyright: propi62) ;)
1. rightclick in free space in my computer
2. add webadress
3.
Thank you for the information, we've added this method to the documentation: http://docs.filerun.com/webdav
Unfortunately it still does not seem to work uploading files using Windows 10 explorer. The culprit seems to be a call to PROPPATCH that returns a 501 error from Apache. Windows then deletes the uploaded file directly after this failed request. From my Apache log:
Is there any way to debug what causes this error? Apache error log is empty, so is PHP error log. Filerun log just says the file failed to upload.
Hello. I know this thread is too old but maybe you could find this information useful. I'm writing a webdav server and spent lots of hours trying to make it work with Windows10 and had the same problem with WEBDAV: After Windows uploads a file, it deletes it and reports an error. Well, what I've found was an error in my XML response to the PROPPATCH method that not was closing all opened tags, after I fixed that, Windows started to work like if it were a local drive, I just uploaded a folder with more than 2000 files/folders and a 2.8GB iso file.
In other words: When you have a problem with WebDav in Windows, its very likely that the problem is an error in your xml response.Unfortunately, Windows is not helpful to report what exactly is happening.
what exactly did you change in the windows installation that is working ok now? is it easy to implement on all Filerun users' computers?
Dump of request and response (have the same problem):
Request:
Response:
May be FileRun does not understand this <Win32CreationTime> (and other win32-) tags?
FileRun doesn't use the PROPATCH method. We can try to make it so that the command looks successful.
Hi Vlad R, your last comment was 5 month ago. My installed Filerun (on Docker) is Software-Version 2020.11.21, but today my Win 10 WebDAV connection also have the same error like at the start here.
For so much things it would be realy nice, if a nativ WebDAV connection over Windows Explorer would go.
Hi Vlad,
Could you please let me know what webdav methods are implemented in FileRun free and enterprise editions exactly?
WebDAV (COPY, LOCK, MKCOL, MOVE, PROPFIND, PROPPATCH, UNLOCK)
KR/Zoltan
A FileRun update that fixes compatibility with Windows Explorer's WebDAV support is now ready to be applied from the control panel of your installation.
https://docs.filerun.com/updating