1

Currently, if I want to change permissions, I have to log in via remote desktop and do it from Windows Explorer, but I'm searching for simpler ways. (for example, a web based file manager)

Do you know any methods (web based file managers, etc.) to allow me changing permissions of files and folders without having to use remote desktop?

Mahdi Ghiasi
  • 391
  • 2
  • 4
  • 15

3 Answers3

2

Personally, I'd install an SSH server and just use command-line tools like icacls. I think that's opening you up to less vulnerability than installing some webapp that will need to run in a permissions-elevated context.

Evan Anderson
  • 142,957
2

If both computers are on the same network you can open a UNC path to the administrative share of the drive where these files and folders exists and access the Security tab just as if you were logged on via RDP or via the console.

joeqwerty
  • 111,849
1

Try SetACL Studio. It works remotely just as well as locally and lets you manage permissions on files, directories, network shares, registry keys, printers, services, WMI objects. And it has undo...

[I am the author]

Helge Klein
  • 2,111