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

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Use <pre> all your html php come here </pre> for your code
  • Allowed HTML tags: <a> <b> <pre> <h1> <h2> <h3> <h4> <h5> <h6> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <div> <style><img> <br> <blockquote>
  • Lines and paragraphs break automatically.
  • You may insert videos with [video:URL]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

CafeWebmaster.com(CW) is a free online community for webdevelopers and beginners. Anybody can share their code, articles, tips, tutorials, code-examples or other webdesign related material on the site. Newbies can submit their questions and reply to existing questions. CW does not guarantee or warrant reliability of code, data and information published on the site. Use the site on your own risk. The site takes no responsibility of direct or indirect loss or any kind of harm to its users. The site also doesn't take responsibility of infected files or source code with any kind of infection or viruses, worms, spywares, malwares, trojan horses. CW reserves the right to edit, move, or delete any of content for any reason.