Forum Moderators: bakedjake
* WS_FTP shows only 2000 files in the remote directory, even if there are more. This often means I cannot see and retrieve the index file unless I use the command line.
* I can never upload more than a few hundred (might be 2000) files in one attempt.
A friend uses some other shared host and when I log into his ftp account (with permission), I can see over 30,000 files in the remote directory (not truncated to 2000). Therefore it isn't a WS_FTP thing. Is there some setting in Pure-FTPd that limits the number of files displayed to me? I couldn't find anything obvious in the docs at the program's home.
- Ash
[pureftpd.org...]
- '-L <max files>:<max depth>': To avoid stupid denial-of-service attacks (or just CPU hogs), Pure-FTPd never displays more than 2000 files in response to an 'ls' command. Also, a recursive 'ls' (-R) never goes further than 5 subdirectories. You can increase/decrease those limits with the '-L' option.
Are you able to reconfigure and restart the daemon with the required switches? There is also a bandwidth limitation setting for uploads/downloads. Sorry it's been a long while since I've used PureFTPD so I can't remember the details... :)