chmod feiled under Web-FTP

Discussion in 'Installation/Configuration' started by gimi, Jul 25, 2006.

  1. gimi

    gimi New Member

    When I tried to change the rights on a file or dircetory under the Web-FTP , I got the message "Chmod feiled" and I can't change these rights.
    I am the adminitrator of the site.
    So, what to do in this case? Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check with:

    ls -la /path/to/your/file/

    which permissions the file currently has.
     
  3. gimi

    gimi New Member

    file and directory reights

    Thanks for the quick answer

    So, thi file rights are : -rw-rw-r (664) and
    directory rights are : drwxrwxr-x (775)
     
  4. gimi

    gimi New Member

    /etc/proftpd.conf file

    ON /etc/proftpd.conf file I have

    # Bar use of SITE CHMOD by default
    <Limit SITE_CHMOD>
    DenyAll
    </Limit>

    It sems to be very restrictive.

    Any opinion about?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Comment that out if you want to enable the chmod command.

    As your FTP users are chrooted to their website directory, I dont see any problems when you enable the command.
     
  6. gimi

    gimi New Member

    YES, I think so !

    YES, I think so !
    Thanks Till for your precious help.
     

Share This Page