Gergely Botond írta: > (Az alap problémám az volt, hogy az FTP kliens nem látta a fájlok jó > részét, csak 2000-et, pedig ott voltak.) >
The pure-ftp daemon by default has a recursion limit of 2000 files, this prevents the server from showing more then 2000 files when you browse a directory with a FTP client. To expand this Limit to e.g 5000 files, create or edit the file /etc/pure-ftpd/conf/LimitRecursion and add a line “5000 500″: echo "5000 500" > /etc/pure-ftpd/conf/LimitRecursion and then restart pureftpd: /etc/init.d/pure-ftpd-mysql restart http://www.faqforge.com/linux/controlpanels/ispconfig3/pure-ftpd-does-not-show-more-then-2000-files-on-debian-and-ubuntu/
_______________________________________________ Techinfo mailing list [email protected] Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo Illemtan: http://www.szag.hu/illemtan.html Ügyfélszolgálat FAQ: http://www.kozhaloportal.hu/gyik/altalanos/
