CuteFTP or FTP Client lists just 1998 / 2000 files
If your ftp-software does not display more than 1998 file names (2000 with symbolic links), you must change config file of Pure-FTP and restart ftpd. Use a ssh-client , recommend Putty.
[ssh] pico -w /etc/pure-ftpd.conf # 'ls' recursion limits. The first argument is the maximum number of # files to be displayed. The second one is the max subdirectories depth LimitRecursion 2000 8 # Are anonymous users allowed to create new directories ? AnonymousCanCreateDirs no
Change this to something like LimitRecursion 20000 20 etc.
Another solution is change it from command line:
/usr/sbin/pure-ftpd -L 20000:20
If you are using cpanel you could get this error : Unable to start a standalone server: Address already in use
. If you see such outpus try first solution and restart your ftp-server via:
[ssh]# service pure-ftpd restart
Similar entries
- How to setup auto_prepend_file with safe mode and open basedir restriction
- Fix Cpanel/WHM's easyapache and up2date issue (certificate verify failed)
- #1045 Cannot log in to the MySQL server (PhpMyAdmin 2.4.8)
- What tools should I use for webdevelopment?
- Why tableless design, DIV vs. TABLE
- Pure CSS Mouseover Menu without Javascript
- [warn] [client 1.2.3.4] mod_fcgid: HTTP request length 137744 (so far) exceeds MaxRequestLen (131072), referer
- How do I secure my web site?
- Photo Album / Picture Gallery Script with PHP
- Why Google-PR gives Drupal 8, Joomla 9 and Phpnuke 5?
- DropDown / Rollover Menu with pure CSS / HTML
- Update / overwrite files and directories recursively with Linux mv - cp commands
- Comparison of HDGuard, DeepFreeze, Dr-Kaiser and SteadyState
- CSS Tree-Menu (Dynamic)
- Powertoys for Windows XP let u work faster and easier
- Notepad++ Unable to create directory for file C
- Kill a task and exit command line window
- Set auto_prepend_file with .htaccess on Hosteurope managed hosting
- How to add new sites to Drupal's service links module?
- Page generation time and http-referers with PHP

Post new comment