×
×

Bilgi Bankası & Downloads

Bilgi bankası ekibimiz tarafından hazırlanmış dokümanlardan oluşmaktadır. Lütfen bir kategori seçin:

Articles

Limited number of files (10000) displayed in FTP clients

If you are sure have more files but your FTP client (or many clients you tried) only lists part of them e.g. 10000 then it is usually FTP server setting. To check how many files you have login via SSH and run cd directory_holding_files_to_count find . -maxdepth 1 -type f | wc -l In case of pure-ftpd it can be LimitRecursion (only limited number of files can be listed). Instead of having support to increase the limit please consider splitting your directories content to subdirectories with lower number of files for example subdirectory '1' will contain all files that have names starting with '1' and 'a' will contain all files that start with 'a'.


Powered by HostBill