Grendel
07-29-2004, 03:25 PM
Hi,
has anyone realized that if you use the
SITE ONEL
command
to create a Oneliner, you cannot delete this messages via FTP?
Yes?
I have a quick& easy solution for this...
the new command: SITE CLEANONEL
___
1) create the following batch "ioCleanOnel.bat" and type in:
@if exist c:\ioFTPD\scripts\ioA\onel.ioA del c:\ioFTPD\scripts\ioA\onel.ioA >NUL
than copy the batch to ..\Scripts\ioCleanOnel\
___
2) add under [FTP_Custom_Commands]
cleanonel = EXEC ..\scripts\ioCleanOnel\ioCleanOnel.bat
___
3) add unter [FTP_SITE_Permissions]
cleanonel = M
___
Don't forget to rehash...
That's it...it's easy and work's fine for me.
Maybe someone fixes this in future Versions of ioA with an internal command...
Greetz
Grendel
has anyone realized that if you use the
SITE ONEL
command
to create a Oneliner, you cannot delete this messages via FTP?
Yes?
I have a quick& easy solution for this...
the new command: SITE CLEANONEL
___
1) create the following batch "ioCleanOnel.bat" and type in:
@if exist c:\ioFTPD\scripts\ioA\onel.ioA del c:\ioFTPD\scripts\ioA\onel.ioA >NUL
than copy the batch to ..\Scripts\ioCleanOnel\
___
2) add under [FTP_Custom_Commands]
cleanonel = EXEC ..\scripts\ioCleanOnel\ioCleanOnel.bat
___
3) add unter [FTP_SITE_Permissions]
cleanonel = M
___
Don't forget to rehash...
That's it...it's easy and work's fine for me.
Maybe someone fixes this in future Versions of ioA with an internal command...
Greetz
Grendel