Thread: Delete Folders
View Single Post
Old 10-19-2003, 01:48 PM  
atreides
Junior Member
 
Join Date: Aug 2003
Posts: 6
Default

Hmm.

It doesn´t matter on which system, or computer, i try to run ioftpd. Always the same problem. Also the same when i start the ioftpd.exe as admin or use the proggie "runas" and start it also as admin. I think it´s a problem of my ini. But i don´t know where the mistake can be.

Please have a look at my ini-file.

==============================================
[ioFTPD]
Ftp_Login_Attempts = 3
Hide_Tray = False
Cache_Max = 100 # Maximum number of cookie files to cache
Directory_Cache_Max = 5000 # Maximum number of directories to cache
TCL_Pool_Size = 10
Double_Click = https://127.0.0.1:10000/
Process_Priority = Normal # (Idle/Normal/High/Realtime)
Worker_Thread_Min = 10 # Minimum amount of worker threads
Worker_Thread_Max = 10 # Maximum amount
Io_Thread_Count = 3 # Io Threads
LogIn_TimeOut = 15 #
Idle_TimeOut = 120 #
File_PreAllocation = 0 # Amount of kilobytes to pre-allocate for uploads


[Locations]
User_Id_Table = ..\etc\UserIdTable
Group_Id_Table = ..\etc\GroupIdTable
Hosts_Rules = ..\etc\Hosts.Rules

User_Files = ..\users
Group_Files = ..\groups
Log_Files = ..\logs
Cache_Files = ..\cache

Ftp_Messages = ..\text\ftp
Telnet_Messages = ..\text\telnet
Html_Files = ..\text\http

Default_Vfs = ..\etc\default.vfs
Environment = ..\etc\ioftpd.env


##################### DEVICES ########################
##
#
# [Device Name]
# Host = <Host/IP> = External host. Address that is shown to clients.
# Ports = <Begin-End> = Ports to use for data transfers. May contain comma seperated list of port ranges.
# Random = <True/False> = Use ports in random order
# Bind = <Host/IP> = Internal host. If specified, connections are bind to this address instead of HOST.
#
#

[Any]
##
#
# Undefined IP 0.0.0.0 allows connections on any IP
#

Host = 0.0.0.0
Ports = 1024-2048
Random = True
;Bind =


################## END OF DEVICES ####################



##################### SERVICES #######################

[FTP_Service]
Type = FTP
Device_Name = Any
Port = 3558
Description = AT Service
User_Limit = 10
Allowed_Users = *
Messages = ..\text\ftp

### Encryption ###
#
#Require_Encrypted_Auth = !*
#Require_Encrypted_Data = !*
#Certificate_Name = 192.168.1.11
#Explicit_Encryption = True
#Encryption_Protocol = SSL3
#Min_Cipher_Strength = 128
#Max_Cipher_Strength = 384

### IDNT command handler ###
#
;Get_External_Ident = True

### Traffic Balancing ###
#
;Data_Devices =
;Random_Devices = False


[Telnet_Service]
Type = Telnet
Device_Name = Any
Port = 3560
Description = ATel Service
User_Limit = 10
Allowed_Users = T !*
Messages = ..\text\telnet


[HTTP_Service]
Type = HTTP
Device_Name = Any
Port = 3561
Description = AH Service
User_Limit = 50
Allowed_Users = H !*
Messages = ..\text\http
#Certificate_Name = 192.168.1.11
#Explicit_Encryption = False
#Encryption_Protocol = SSL3
#Min_Cipher_Strength = 128
#Max_Cipher_Strength = 384


################## END OF SERVICES ###################


[Network]
Active_Services = FTP_Service Telnet_Service HTTP_Service

Nagle = False # Enable/Disable TCP Nagle algorithm
Ident_Timeout = 5 # Set ident timeout (seconds)
Hostname_Cache_Duration = 1800 # Seconds cached hostname is valid
Ident_Cache_Duration = 120 # Seconds cached ident is valid
Connections_To_Ban = 5 #
Ban_Counter_Reset_Interval = 120 #
Temporary_Ban_Duration = 1200 # Seconds host remains banned
Internal_Transfer_Buffer = 65536 # Internal transfer buffer size


[Sections]
## Maximum of 10 different credit sections ##
#
# <alias> = <credit section #> <path>
# <alias> = <credit section #> <stats section #> <path>
#

Home = 0 1 /*
Default = 0 *


[VFS]
###
# Default attributes for files & directories
#
# Required Parameters: <filemode> <owner uid>:<owner gid>
#

Default_Directory_Attributes = 755 0:0
Default_File_Attributes = 644 0:0


###
# Command specific rules
#
Modify_Stats_On_Delete = False


###
# Detailed permissions for directories
#
# priviledge = <virtual path> <rights>
#
Upload = * !=down *
Resume = * *
Download = * !=up *
MakeDir = * *
RemoveOwnDir = * *
RemoveDir = * 1VM
Rename = * 1VM
RenameOwn = * *
Overwrite = * VM
Delete = /site/* =chef !*
Delete = * 1VM
DeleteOwn = * *
NoStats = * !*
ShowActivity = /private/* -ioFTPD !*
ShowActivity = * !A *

[Reset]
WeeklyReset = Sunday
MonthlyReset = 1st


[Scheduler]
###
# Scheduler
#
# Event = <minutes> <hours> <day of week> <day of month> Command
#
# Internal Commands:
#
# &Reset : Resets upload/download counters
# &Service_Update : Reloads devices and Restarts services, if bind ip of service has changed
#
Reset = 0 0 * * &Reset
Service_Update = 10,30,50 * * * &Service_Update
Rotate_Log = 0 0 * * ..\scripts\ioBanana.exe rotatelog
Day_Stats = 59 23 * * ..\scripts\ioBanana.exe daystats
;Spider = 0 0 * * ..\scripts\ioBanana.exe spider forcedelete

[Events]
OnUploadError = ..\scripts\ioBanana.exe uploadfailed
OnUploadComplete = ..\scripts\ioBanana.exe upload
;OnDownloadError =
;OnDownloadComplete =
;OnResume =
;OnUpload =
;OnFtpNewDir =
;OnFtpDelDir =
;OnFtpLogIn =
;OnTelnetLogIn =
;OnHttpLogIn =
;OnServerStart =
;OnServerStop =


[Pre]
user = ..\scripts\ioBanana.exe closed
list = ..\scripts\ioBanana.exe ban
retr = ..\scripts\ioBanana.exe limiter
stor = ..\scripts\ioBanana.exe pre_stor
mkd = ..\scripts\ioBanana.exe dupecheck_dir
mkd = ..\scripts\ioBanana.exe checkdenypre


[Post]
pass = %..\scripts\ioBanana.exe alert %[service($service)(users)] %[$service]
dele = ..\scripts\ioBanana.exe zsdel
mkd = ..\scripts\ioBanana.exe mkd
rmd = ..\scripts\ioBanana.exe dirlog
rnfr = ..\scripts\ioBanana.exe dirlog
rnto = ..\scripts\ioBanana.exe dirlog


[HTTP]
Executable = *.exe *.com *.cgi *.php *.php3 *.bat


[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
;rules = !..\text\ftp\rules.msg
ginfo = ..\scripts\ioBanana.exe ginfo
gstats = ..\scripts\ioBanana.exe gstats
pretime = ..\scripts\ioBanana.exe pretime
new = ..\scripts\ioBanana.exe sitenew
cid = ..\scripts\ioBanana.exe cid
resetstats = ..\scripts\ioBanana.exe resetstats
roulette = ..\scripts\ioBanana.exe roulette
dice = ..\scripts\ioBanana.exe dice
open = ..\scripts\ioBanana.exe open
close = ..\scripts\ioBanana.exe close
approve = ..\scripts\ioBanana.exe approve
listapproved = ..\scripts\ioBanana.exe listapproved
version = ..\scripts\ioBanana.exe version
rotatelog = ..\scripts\ioBanana.exe rotatelog
rescan = ..\scripts\ioBanana.exe rescan
totals = ..\scripts\ioBanana.exe totals
age = ..\scripts\ioBanana.exe age
user = @uinfo
user = ..\scripts\ioBanana.exe age uinfo
undupe = ..\scripts\ioBanana.exe undupe
nfo = ..\scripts\ioBanana.exe nfo
uptime = ..\scripts\ioBanana.exe uptime
restart = ..\scripts\ioBanana.exe restart
stransfer = ..\scripts\ioBanana.exe transfer
free = !..\text\ftp\free.msg

## be sure u put those *before* those of ioA
nuke = ..\scripts\ioBanana.exe kicknuke NUKE
unnuke = ..\scripts\ioBanana.exe kicknuke UNNUKE
reqfilled = ..\scripts\ioBanana.exe kicknuke REQFILLED
pre = ..\scripts\ioBanana.exe pre
wipe = ..\scripts\ioBanana.exe dirlog

[Modules]
;CookieModule = ..\modules\cookie.dll
;SuperCookieModule = ..\modules\supercookie.dll
;UserModule = ..\modules\networkuser.dll
;GroupModule = ..\modules\networkgroup.dll

[Ftp-Permissions]



[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
#
adduser = 1GM
deluser = 1GM
renuser = 1M
gadduser = 1GM
grpadd = 1M
grpdel = 1M
grpren = 1M
chgrp = 1M
kick = 1M
addip = 1GM
delip = 1GM
passwd = !A *
stats = !A *
tagline = !A *
who = !A *
chmod = !A *
chown = MV
chattr = MV
config = M
uinfo = 1GM
users = 1GM
ginfo = 1GM
gstats = 1GM
pretime = *
new = *
roulette = *
dice = *
close = 1M
open = 1M
approve = 1MN
listapproved = *
version = 1M
resetstats = 1M
rotatelog = 1M
rescan = *
age = 1M
user = 1M
undupe = 1M
nfo = *
uptime = *
restart = 1M
stransfer = *
exec = M

[Change-Permissions]
admingroup = 1M
credits = 1M
flags = 1M
groupdescription = 1M
groupslots = 1M
groupvfsfile = M
homedir = 1GM
logins = 1M
passwd = 1GM
ratio = 1GM
stats = M
tagline = 1GM
vfsfile = M


[Telnet-Permissions]
adduser = 1GM
deluser = 1GM
renuser = 1M
gadduser = 1GM
grpadd = 1M
grpdel = 1M
grpren = 1M
kick = 1M
addip = 1GM
delip = 1GM
passwd = *
stats = *
tagline = *
who = *
chgrp = 1M
config = M
putlog = MT
uinfo = 1GM


[Http-Permissions]
users = 1GM
uinfo = 1GM
addip = 1GM
delip = 1GM
config = M

=============================================




CU atreides
atreides is offline   Reply With Quote