My current FTP program can only handle 2000 files per directory for some reason, I need to be able to download more than that. Any decent free programs available that can do this?
What's a good free FTP program that can handle over 2k files per directory
Collapse
X
-
Tags: None
-
-
-
Comment
-
The problem most likely isn't the client but a limit by the ftp server. To adjust the file limit in pure-ftp change:
vi /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
and change these two parameters.Comment
-
Comment

Comment