Folder Permissions

Discussion in 'General troubleshooting' started by pinch, Apr 12, 2012.

  1. I noticed today that the permissions I applied to directories of a sub-application were all removed, defaulting to R/W/X enabled for everyone. I know that when I installed this software I locked-down these directories but now they are wide open.

    Even stranger, when I try to CHMOD permissions on file directories via FTP I am running into issues. Trying to do this through FileZilla I get an error:

    When I try to use CHMOD via CuteFTP, the options to CHMOD don't even appear.

    Has something changed in regards to how directory permissions are configured?
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    You need to manage the permissions through the Control Panel, or you may need to open up a support ticket to have us look into it. Windows NTFS permissions work a bit differently than on Linux/UNIX, and the CHMOD command is only recognized on Linux/UNIX systems. It does not exist in Microsoft FTP. If you FTP into your account using the command line and type in '?', you will get a list of available commands that Microsoft FTP recognizes.
     
  3. My forum provides a feature that checks directory permissions to ensure things are locked-down correctly. When I run this check I get a couple of errors:

    1. The Root Folder Shouldn't be writeable. Make sure you secure the root folder with read-only permision for the ASP.NET account.

    2. Please make sure you turn off script execution permission for the ~/upfiles folder.

    However, when I access the 'Permissions Manager' through my Control Panel it doesn't show that ANY users have write or execute access anywhere.

    Please see the attached screenshots.
     

    Attached Files:

  4. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    The permissions for the ASP.NET account cannot be modified. It's set to have full read/write access to your web space. Many applications would not work properly if it didn't have full access. I'm not sure what the script execution is referring to. Could you provide a screen shot of what it says when you click on the link how to turn script execution off?
     
  5. Thanks for the info Tasslehoff. The link points here.
     
  6. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

Share This Page