try 'site exec dir' 
it will list the ioFTPD/system dir 
 
or u can use the command to execute a file 
so u can use .bat file  
site exec = EXEC c:\ioFTPD\scripts\test.bat 
 
test.bat 
 
@echo off 
set CScriptPath=c:\ioFTPD\scripts\ 
cd %CScriptPath% 
%1 %2 %3 
 
try now site exec mkdir aloha 
 
and u got a new dir in c:\ioFTPD\scripts\aloha
		 
		
		
		
		
		
		
		
	 |