Thread: ioCMDNew Beta
View Single Post
Old 09-18-2003, 03:20 PM  
scull
Senior Member
 
Join Date: May 2003
Posts: 159
Default

Hi!

The 2 last options "section_paths=" and "avoid=" is "garbage" that i left behinde , i used it in erlier tests .. put a "#" before ...

---- iocmdnew.ini ----

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


###############################################
# list your sections with SPACE as separator. #
###############################################
sections=DVDR XXX VCD SVCD


################################################
# List section paths in the same order as abow #
################################################
#section_paths="c:\ftp\DVDR" "c:\ftp\XXX" "d:\ftp\VCD" "r:\ftp\SVCD"


#########################################
# avoid these dirs, separate with SPACE #
#########################################
#avoid=CD1 CD2 CD3 CD4 DISC1 DISC2 SAMPLE sample Sample


[end]

--------

And did you change the path in ioCMDnew.itcl to :

set top "d:/ioFTPD/Scripts/ioCMDNew/iocmdnew.log" ?

--------

Your ioftpd.ini ought to look like this :

[Post]
mkd = d:\ioFTPD\Scripts\iocmdnew\iocmdnew.exe newdir
;rmd =
;stor =
;dele =

[Scripts]
## SITE <script> <parameters>
#
# !file = Show file
# @string = Alias
# %file = Execute file (translate cookies)
# file = Execute file
#
EXEC = ..\scripts\exec.bat
HELP = !..\help\help.msg
WKUP = @stats wkup
WKDN = @stats wkdn
TEST = ..\scripts\test.bat
NEW = d:\ioFTPD\scripts\iocmdnew\iocmdnew.itcl test

[Ftp-SITE-Permissions]
## SITE <cmd> ##
#
# 'M' - MASTER
# 'V' - VFS ADMINISTRATOR
# 'G' - GROUP ADMIN RIGHTS
# 'F' - FXP DENIED (DOWNLOAD)
# 'f' - FXP DENIED (UPLOAD)
# 'L' - SKIP USER LIMIT PER SERVICE
# 'A' - ANONYMOUS
#
new = !A *

-------

Your iocmdnew.itcl should look like this in the beggining :

-------

#set binary(WINRAR) "C:/program files/winrar/winrar.exe"
#################################################
##
## Change "set top" path.
##
#################################################

set top "d:/ioFTPD/Scripts/ioCMDNew/iocmdnew.log"

#################################################
##
## Main script starts here!
##
#################################################

--------

the "#set binary(WINRAR) "C:/program " is as before Only for test purpose .. put a "#" before if you diden't ....

This is just a beta .. so i will "clean" up more for version 1.0 .. sorry for that ..

I think you did not set right path somewere ...
I hope this solves the problem .. It works for me .. Try and then tell me if it works ?

// Scull
scull is offline   Reply With Quote