Skip to main content

FTP Account without edit chmod

Comments

3 comments

  • cPanelMichael
    Hello, You can enable the "NoChmod" line in your Pure-FTP configuration file using the following steps: 1. Remove the pure-ftp main.cache file:
    rm -f /var/cpanel/conf/pureftpd/main.cache
    2. Edit the main configuration file /var/cpanel/conf/pureftpd/main with a text editor:
    vi /var/cpanel/conf/pureftpd/main
    3. Add the following line to the end of this file and then save the file:
    NoChmod: 'yes'
    4. Run the following command:
    /scripts/setupftpserver pure-ftpd -force
    Thank you.
    0
  • Samet Chan
    Hello, You can enable the "NoChmod" line in your Pure-FTP configuration file using the following steps: 1. Remove the pure-ftp main.cache file:
    rm -f /var/cpanel/conf/pureftpd/main.cache
    2. Edit the main configuration file /var/cpanel/conf/pureftpd/main with a text editor:
    vi /var/cpanel/conf/pureftpd/main
    3. Add the following line to the end of this file and then save the file:
    NoChmod: 'yes'
    4. Run the following command:
    /scripts/setupftpserver pure-ftpd -force
    Thank you.

    Possible with FTP own account system for NoChmod? But not cPanel account with FTP system.
    0
  • cPanelMichael
    Possible with FTP own account system for NoChmod? But not cPanel account with FTP system.

    I'm not aware of any methods to enable this feature on a per-account basis. Thank you.
    0

Please sign in to leave a comment.