Mobile app version of vmapp.org
Login or Join
Cugini213

: FTP client says directory permissions are 0000 I encountered a problem that appears to be related to permissions (same as this one). When I looked at the permissions of various directories in

@Cugini213

Posted in: #Ftp

I encountered a problem that appears to be related to permissions (same as this one). When I looked at the permissions of various directories in FireFTP, they all were 0000, which is obviously nonsense, since all the other pages are served without any problems. I only have ftp access, and I think it’s a Windows server (The header says "Server: Microsoft-IIS/7.5").

I’ve tried a different ftp client, with the same result. Changing the permissions results in a "'SITE CHMOD 764 [directory]': command not understood" error. A search on Google and SO for "permissions windows 0000" and similar queries didn’t turn up anything. How can I view and change the actual permissions?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

1 Comments

Sorted by latest first Latest Oldest Best

 

@Candy875

Yes, it's a Windows server. Permissions in that numerical form only work on Unix-like systems, not Windows. You'll have to set permissions using a different method, such as with Control Panel software, if it's provided.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme