how to change file premission's

Discussion in 'FTP' started by montaser0jam, Dec 18, 2011.

  1. hello

    i can't change my file's permission's! (chmod)
    i test all ftp prg's for change file's chmod from 666 or 777 to other .but error!!
    PHP:
    Command:    SITE CHMOD 640 config.php
    Response
    :    500 'SITE CHMOD 640 config.php'command not understood
    Status
    :    Set permissions of '/xxxxxxxxx_forum/config.php' to '644'
    Command:    SITE CHMOD 644 config.php
    Response
    :    500 'SITE CHMOD 644 config.php'command not understood
    plz help me
     
  2. You actually cannot CHMOD files in our servers because this command is for Unix environments, when we only provide Windows servers. You should already have full permissions to your files however, and rarely need file permissions to be changed.

    If your application is running into any problems due to permissions however, let us know and we'd be glad to help you with this.
     

Share This Page