OnDirDeleted is a small program that will delete files in the parent dir of the dir that you delete. Add it in G6 on the OnDirDelete event.. It looks for a file called FTPServerTools.ini in the same dir as the exe. To use this program you have to call (not for ioFTPD): OnDirDeleted.exe DIR="full_path_name" Version history: 1.0.1 First version 1.0.2 Changed default mask to !%s-=[* 1.0.3 Changed the wildcard matching routine so that now *something is done properly 1.0.4 Added MultiLevelDirs taken from ftplogger 1.0.5 Recompiled for use with msvcrt.dll so now the exe's are much smaller 1.0.6 Changed MultiLevelDir tag to IsoDir tag, change the ini file to FTPServerTools.ini, Changed ReplaceBackSlash to be under the Tags entry. 1.0.7 Changed the FTPLogger.ini to FTPServerTools.ini and changed some tags. 1.0.8 Any occurance of / in the commandline now is changed to \ 1.0.9 Parameter change, now it needs DIR=... instead of only the dirname. This is needed for correct imterpretation of a dir name with spaces in it. 1.0.10 InParentDelete tag is now empty per default, and the tags to delete are derived from the other InParent tags. 1.0.11 Tag system overhauled. 1.0.12 Woops a mistake in a cookie name. %~e should be %~f 1.0.13 ioFTPD support 1.0.14 Cookies for the other tags, deletion of all InParentTags. 1.0.15 Added %~p cookie recognition. 1.0.16 Added TagType support 1.0.17 Added environment variables support, mainly for ioFTPD. 1.0.18 Added MessageFile handling Added %f cookie 1.0.19 Changed even in cases of bad parameters it will return 0 (=ok) 1.0.20 Added:!vfs:del for the tag (ioFTPD only) 1.0.21 Changed: IsoDir1= IsoDir2=.. now multiple IsoDir= lines 1.0.22 Fixed: not always the complete IsoDir was read (only with a big ini this could fail). 1.0.23 Changed: TagType replace by InParentTagType 1.0.24 Fixed: for ioFTPD only the .ioFTPD file in the tag dir gets deleted now as well, which results in the tag properly being removed 1.0.25 Added: %t tag considered for tag deletion. 1.0.26 Changed: The cookies are renamed to %[DirName] etc.. 1.0.27 Removed: ioFTPD 4.9.x support Added: .raidenftpd.acl is now being updated (tag files/dirs are removed from it) 1.0.28 Changed: default of InParentNoDiz=!%[DirName]-=[no.diz]=- was wrong it is InParentNoDiz=!%[DirName]-=[no.filecount]=- 1.0.29 Changed: OnDirDeleted is not longer a windows application but now a Win32 Console application 1.0.30 Fixed: cookies with formatting are now properly removed 1.0.31 Changed: IgnoreFile= now also affects dirs for OnDirDeleted 1.0.32 Chnaged: Incomplete tags of dirs were not removed properly