PDA

View Full Version : ls -la like index file in ftp root


toki
02-16-2004, 06:22 AM
is it possible to generate such an index file for special vfs via script or even to become an ioFTPD feature?

its for ffsearch so that it wont crawl the whole ftp and therefore grabs the index file. maybe sheduler event to refresh that file once a day,

thx in advance toki

sCry
02-16-2004, 07:53 AM
ioA 1.0.9 later can do this.

toki
02-16-2004, 08:25 AM
i think the format of the file is not that what ffsearch wants to find. so i ould like something like searchlog but with customizable output...

toki
02-16-2004, 08:39 AM
what i want is:

/site/dir1:
total 10000
subdir1
subdir2
.
.
.

/site/dir1/subdir1:
total 0

/site/dir1/subdir2:
total 4000
drwxr-xr-x 1 root root 4096 Oct 8 12:10 subsubdir1
-rwxr-xr-x 1 root root 3554677 Oct 8 12:11 file1
-rwxr-xr-x 1 root root 5516678 Oct 8 12:12 file2
.
.
.
.

default linux ls -lR