FTP Account without edit chmod

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
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:

Code:
 rm -f /var/cpanel/conf/pureftpd/main.cache
2. Edit the main configuration file /var/cpanel/conf/pureftpd/main with a text editor:

Code:
vi /var/cpanel/conf/pureftpd/main
3. Add the following line to the end of this file and then save the file:

Code:
NoChmod: 'yes'
4. Run the following command:

Code:
/scripts/setupftpserver pure-ftpd -force
Thank you.
 
  • Like
Reactions: Sametto Chan

Samet Chan

Well-Known Member
Jun 24, 2016
369
42
153
cPanel Access Level
Root Administrator
Twitter
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:

Code:
 rm -f /var/cpanel/conf/pureftpd/main.cache
2. Edit the main configuration file /var/cpanel/conf/pureftpd/main with a text editor:

Code:
vi /var/cpanel/conf/pureftpd/main
3. Add the following line to the end of this file and then save the file:

Code:
NoChmod: 'yes'
4. Run the following command:

Code:
/scripts/setupftpserver pure-ftpd -force
Thank you.
Possible with FTP own account system for NoChmod?
But not cPanel account with FTP system.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
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.