-
Notifications
You must be signed in to change notification settings - Fork 289
unable to download multiple files #1436
Comments
I am encountering the same bug on a new Pydio 8.2.1 install from archive on Windows Server 2012 R2 with IIS 8.5, PHP 7.2.9, and MySQL 8.0. Here is the error message when trying to access a zip download link:
Looks like the user name is somehow getting into the file path to zip. Other similar reports here: |
I did some debugging and I've narrowed the problem down to this newly added code to check permissions: Removing the newly added code makes folder and zip downloading work again. I'm not familiar enough with pydio internals to figure out what the problem is, but here's a step-by-step trace to help pinpoint the issue (testuser is downloading testfolder from testworkspace):
Seems like maybe the workspace ID isn't making it into the URL. Edit: took a closer look at it and it seems like the code is supposed to replace the workspace's filesystem path with a pydio workspace URL, but one of the string replace parameters is using Windows path separators while the other is using Linux/Unix ones, causing the replace to fail. |
Hi @achern thanks for pointing out, we will have a look at that |
Hi,
Malformed URL: D://MYLOGIN@/Websites/.............when I try to download multiple files, the Web GUI select them, shows the download button, but nothing happen.
the browser's debug console reports a remote call with this response:
where MYLOGIN is my users'name, and the path is the right path to the local file (of course, this is running on Windows).
Any idea?
thanks
The text was updated successfully, but these errors were encountered: