mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #87] File Manager Form "File not found." #35
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#35
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 @yankejustin on GitHub (May 6, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/87
When attempting to download a file that is in the root directory, it will not work. The status message in the downloads tab states that it was not found.
@MaxXor commented on GitHub (May 6, 2015):
I tried putting xrat.exe to C:\ and downloaded it with the File Manager. Worked.
Did your file exist?
@vigneshkarthisan commented on GitHub (May 6, 2015):
modify the catch clause into
catch(FileNotFoundException)and check whether it is really an issue with xRAT@yankejustin commented on GitHub (May 6, 2015):
Hmmm... It seems that I didn't have the permission to read the file contents.
@MaxXor commented on GitHub (May 6, 2015):
Can you confirm it's working with Administrator rights?
@yankejustin commented on GitHub (May 7, 2015):
I need to research this a bit more. For now, I will close this because it seems to be functioning. There are so many things that could have caused the IOException, so I will open this once more if I find something unusual that was the fault of xRAT.