PDA

View Full Version : [Filled] Auto delete .message


iam
06-01-2004, 09:17 AM
A simple script or batch for autodelete in one dir specified on upload complete.
(example, auto delete .message* in dir /_PRE/)

iam
06-01-2004, 01:37 PM
hum pb..

[FTP_Pre-Command_Events]
list = EXEC ..\scripts\delmsgonpre.bat

delmsgonpre.bat => del /F /S /Q %path%\.ioFTPD.message

work but del all .ioFTPD.message
I want that delete only for the pre

or a solution to replace the owner in ioFTPD.message by a fake

help pleas

iam
06-01-2004, 02:42 PM
delmsgonpre.bat =>
@echo off
del /F /S /Q %path%\.ioFTPD.message

[FTP_Custom_Commands]
pre = EXEC ..\scripts\delmsgonpre.bat

before other script pre

work fine now
thx me :p

If a person can better do, write..

PS: I do that because ioA does not filter with pz-s apparently

iam
06-01-2004, 03:05 PM
when the *.bat is executed, I do not want that the result would be visible in the log of flashfxp
(200-Impossible de trouver E:\site\pre\RELEASES\sinik.fake.rlz\.ioFTPD.messag e or 200-Fichier supprim' - E:\site\pre\RELEASES\sinik.fake.rlz\.ioFTPD.messag e
)

anybody ?

Mouton
06-01-2004, 11:06 PM
pre = EXEC hiderun.exe ..\scripts\delmsgonpre.bat

iam
06-02-2004, 12:53 AM
no for hide a result in the log flashfxp
(200-Fichier supprime - E:\site\pre\RELEASES\sinik.fake.rlz\.ioFTPD.messag e
)

Mouton
06-02-2004, 06:56 PM
If you mean in your client status windows, see my last message.
Hiding the process will hide the output!