Mixed Paths SMB, not work direct download
Opened this issue · 0 comments
gianfelicevincenzo commented
hi. I have set the following: as you can see the path is set to ".", so it should refer to the download directory /media/backup/downloading
that I set in the settings. But when I try to download I get an error. investigating better I saw in the logs what your app does and I see that it does a wrong union of the paths; in fact in the logs I see that it tries to download from: smb://mysmb/myshare//media/backup/downloading
instead of smb://mysmb/myshare/.
How can I fix it?