View Single Post
Old 04-30-2004, 01:19 AM  
jeza
Senior Member
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

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
jeza is offline   Reply With Quote