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
  • 341
  • 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
  • 141,071
  • 19
  • 191
  • 328
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
  • 108,377
  • 6
  • 80
  • 171
  • I assumed the OP was working with a machine that was in a hosting environment and not accessible w/ Windows File and Print Sharing. If it is accessible, though, this is clearly the best method. – Evan Anderson Nov 15 '12 at 19:54
  • Sorry, I didn't understand joeqwerty answer and @EvanAnderson comment... In my case, server is not in my local network, it's a remote VPS. So, Does this answer applicable to me or not? – Mahdi Ghiasi Nov 15 '12 at 20:15
  • @MahdiGhiasi - The odds are that the VPS host is filtering out the protocol necessary for this answer to work. – Evan Anderson Nov 15 '12 at 20:19
  • @MahdiGhiasi - No, this answer isn't relevant to your scenario. – joeqwerty Nov 15 '12 at 20:35
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,031
  • 1
  • 15
  • 22
  • What's the protocol between the remote server and the client? The OP made it sound like they're in a scenario where they don't have unfiltered access to the remote machine (and probably can't get RPC through to it). – Evan Anderson Nov 16 '12 at 01:41
  • SetACL Studio uses the Windows APIs for accessing remote systems. So, yes, it is RPC. – Helge Klein Nov 16 '12 at 12:12