View Full Version : [Filled] Auto delete .message
A simple script or batch for autodelete in one dir specified on upload complete.
(example, auto delete .message* in dir /_PRE/)
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
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
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
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!
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.