Thread: ioCMDNew Beta
View Single Post
Old 02-17-2004, 12:27 PM  
scull
Senior Member
 
Join Date: May 2003
Posts: 159
Default

Hi! ..

1.3 doesent have any .itcl script, i integrated everything into a single VB program. Have you installed VB libraries ?

Please show me your ioCMDNew.ini ..

My ioCMDNew.ini looks like this :

######################
# path to your ioFTPd #
#######################
location=c:\ioFTPD\logs

###############################################
# list your sections with SPACE as separator. #
###############################################
sections=dvdr xxx vcd games mp3 xbox tvrip svcd xvid apps

[end]

Check if [end] is the LAST line .. There must NOT be more lines under [end].

My ioFTPD.ini looks like:

[FTP_Post-Command_Events]
dele = EXEC c:\ioftpd\scripts\ioZS\ioZS.exe Delete
mkd = EXEC ..\Scripts\iocmdnew\iocmdnew.exe newdir
;mkd =
;rmd =
;stor =
;dele =

[FTP_Custom_Commands]
## SITE <trigger> <parameters>
#
# trigger = !file # Show file
# trigger = @string # Alias
# trigger = EXEC script.exe # Execute file.exe
# trigger = %EXEC script.exe # Execute file.exe (translate cookies)
# trigger = TCL script.itcl # Execute file.itcl
#
## Examples
# welcome = !..\text\ftp\welcome.msg
# rehash = @config rehash
# exec = EXEC ..\scripts\exec.bat
# myinfo = %TCL ..\scripts\whoami.itcl %[$user]
# cat = TCL ..\scripts\showfile.itcl
#
#TCL = TCL ..\scripts\test2.itcl
#TCL = TCL ..\scripts\bottalk.itcl
#BAT = EXEC ..\scripts\test.bat
;WHO = TCL ..\scripts\swho\swho.itcl
NEW = EXEC ..\scripts\iocmdnew\iocmdnew.exe list
ioGuiWho = EXEC C:\ioFTPD\scripts\ioGuiExt\ioGuiWho.exe
ioGui = EXEC ..\scripts\ioGuiExt\ioGroups.exe
;xwho = EXEC ..\system\sitewho.exe
swho = EXEC ..\scripts\SiteWho\sitewho.exe show_hidden_users
xwho = EXEC ..\scripts\SiteWho\sitewho.exe template=2 all
who = EXEC ..\scripts\SiteWho\sitewho.exe template=2 all
version = TCL ..\scripts\version\OnSiteVersion.itcl
ioGuiExt = EXEC ..\scripts\ioGuiExt.exe

And i placed the ioCMDNew folder in ioftpd/scripts ..

//Scull
scull is offline   Reply With Quote