mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #364] Permissions and Owner cols hidden whatever the setting is true or false #266
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#266
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 @menaFadel on GitHub (May 20, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/364
first of all thank you so much for this great tool
I noticed that perms/owner cols don't show even if it's turned on whether from settings or in the php file directly, I also noticed that this problem doesn't happen on Linux, I'm using Windows but it's not the problem because I tested another php file manager script and it does show/edit file permissions/owner cols
what am I missing?
thanks in advance :)
@prasathmani commented on GitHub (May 22, 2020):
@menaFadel File Permissions and Owner are not supported by windows, so this two columns are not applicable for windows, so by default it removed from table columns
@menaFadel commented on GitHub (May 22, 2020):
@prasathmani please take a look at this:
https://github.com/misterunknown/ifm
this tool CAN show and edit file permissions on Windows, I already tested it, that means this feature can be implemented
Thanks!