• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Files and folders generated by PHP are hidden in FTP - Plesk 12, Centos 6.5, FastCGI

JesusGil

New Pleskian
Hello,

I have the following problem, the files and folders generated by PHP are hidden in FTP.

I can see in the Plesk file manager that users, permissions and groups are the same for all files and folders (those that can be seen and those that cannot be seen from FTP).

All the options in the server are set by default. It is a new installation of Plesk 12.0.18 #4 in CentOS 6.5 (Final).


SO: CentOS 6.5 (Final)
Plesk: 12.0.18 #4
PHP: FasctCGI
Apache Modules:

modulos_apache.png


thx in advance.
 
Last edited:
I got the same issue here. Have you figured it out? It appears that editing files withing Plesk and saving them let them show up again... but that's no real solution.
 
This worked for me;

Confirm you are running SELINUX (you should, really!)

Run the following commands as root trough SSH;

For FTP access it may be necessary to set SELinux booleans with:

setsebool -P ftp_home_dir 1

and possibly also

setsebool -P allow_ftpd_full_access 1
 
Back
Top