There are actually TWO files displayed when you enter a directory.
.ioFTPD.cwd - which allows message cookies
.ioFTPD.message - plain text only
Most zipscripts output data to the .ioFTPD.message file without sanitizing the directory name, imdb info, etc which could either do weird things or be a security hole so I changed it back in v6.6.0 to read from 2 files and not process the .message one.
Just put whatever you wanted to do in the .ioFTPD.cwd file which is processed first.
|