PDA

View Full Version : Test RAR command


Mouton
01-04-2004, 09:17 PM
Allows users to tests rar archives from site commands...
Might be useful for some nukers or group admin...

Syntax:SITE TESTRAR <filename.rar>ioFTPD.ini:[FTP_Custom_Commands]
TESTRAR = ..\scripts\testRAR.bat

[FTP_SITE_Permissions]
testrar = 1GMN
testRAR.bat:
@echo off
echo !buffer off
CD %path%
D:\ioFTPD\scripts\unrar.exe t %1
echo !buffer on
exit 0