enigma1

msg:4443946 | 3:30 pm on Apr 22, 2012 (gmt 0) |
You mean the default setting/switch? If so, it depends on the FTP server, for example with vsftp is force_dot_files which by default is off. So the client has to do list -la to show them. proftpd uses ListOptions -a to change the default. The FTP server you use may have a configuration setting for it, but its name may not include the word hidden.
|
toplisek

msg:4444117 | 7:46 am on Apr 23, 2012 (gmt 0) |
Can be this seen by php.info? Which line? ...vsftp is force_dot_files which by default is off.
|
enigma1

msg:4444207 | 12:08 pm on Apr 23, 2012 (gmt 0) |
No the ftp server is a different one. The ftp client needs to send the appropriate command to include filenames beginning with dot, like ls -la. If you want to send the ftp command via php see here the ftp-nlist command: [us.php.net...] you need to have the ftp extension in and the phpinfo can show if it's included.
|
|