mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2231] Bug: File Downloads Fail or Delay Significantly When Filenames Contain Special Characters #3331
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3331
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lookthereisaMikachu on GitHub (May 12, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2231
Server Info (please complete the following information):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
Describe the bug
Some files cannot be downloaded from the remote machine, or the download takes an unusually long time to start. Importantly, the delay occurs before the download begins—it's not the download speed itself that's the issue. It appears the problem may be related to special characters in the filenames. For example, the affected files were named "So geht´s - Administration - PDF-Mailer.pdf" and "Beispiel-Dampsoft.avi".
Initially, I attempted to download a file that never started. When I tried downloading a second file, it eventually began after about 7 minutes. This suggests the system might be handling downloads sequentially and waiting for the previous (possibly failed) download process to timeout before starting the next.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Download the File or create a renamed temp-file to not include bad symbols and then download
Additional context
We noticed it since upgrade to 1.2.0
@drdtecnologia commented on GitHub (May 13, 2025):
Any news ?
Same behavior here.
@wh1te909 commented on GitHub (May 13, 2025):
edit
/meshcentral/meshcentral-data/config.jsonand look for these:change to:
then restart mesh:
sudo systemctl restart meshcentral@drdtecnologia commented on GitHub (May 14, 2025):
@wh1te909 Thank you!
Worked here.