05-18-2005, 01:32 AM
|
#4 |
| Senior Member ioFTPD Scripter
Join Date: Oct 2002
Posts: 705
|
Make sure you set the dir caching options in ioFTPD.ini to something that can hold the number of files and dirs you have on your site. Only downside is io will use more memory, but still not alot. I currently use this: Code: DirectoryCache_Size = 6000 # Amount of directories to cache per cache bucket (8 buckets) Meaning my ioFTPD caches 48000 dirs, and it never uses more than 30MB memory.
Entering a dir containing huge amounts of files and subdirs will only be slow first time after ioFTPD is started. The cache is then built up and listing will be super fast. Don't think it matters if you get connection lost when you try the first time, cache is still built.
So the trick for you would be to log in and enter the dir yourself if you've restarted ioFTPD.
|
| |