• Resolved dleer58

    (@dleer58)


    One of our site admins has decided to use your plugin for file management. I have noticed an issue with file permissions on our W2012R2 web server… The uploaded files do not inherit the folder’s permissions. If the file is uploaded using the WP media manager, permissions are correct.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Aftabul Islam

    (@aihimel)

    @dleer58,
    Windows ignores mkdir function mode.

    php.net/manual/en/function.mkdir.php

    See reference.

    Thanks
    Aftabul Islam

    Thread Starter dleer58

    (@dleer58)

    The problem isn’t when a folder is created, it’s when the permissions of the recipient folder are not applied to a file that is copied into said folder.
    Thanks

    Plugin Contributor Aftabul Islam

    (@aihimel)

    @dleer,

    mkdir function is used before copying the file/ folder to the destination. We are trying to fix the issue with windows server.

    Thanks
    Aftabul Islam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘File permissions’ is closed to new replies.