It only hides files beginning with .ioFTPD
.raceinfo
.speed
Should be:
.ioFTPD.raceinfo
.ioFTPD.speed
Also:
Unless your temp files start with .ioFTPD, you'll need a PRE RMD script to remove the temp files. ioFTPD should delete all files beginning with .ioFTPD when the directory is removed, so you wouldn't need a PRE RMD script.
|