Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-28-2003, 10:24 AM   #1
craq
Junior Member
 
Join Date: Dec 2003
Posts: 8
Default problems due login

I have a problem to start the ftpd, think it`S somethink with the config.
is here anything wrong?

[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 = 21001
Description = Site dump
User_Limit = 10
Allowed_Users = *
;Messages = ..\text\ftp

### Encryption ###
#
;Require_Encrypted_Auth = !*
;Require_Encrypted_Data = !*
Certificate_Name = 127.0.0.1
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 40
Max_Cipher_Strength = 384

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

### Traffic Balancing ###
#
;Data_Devices =
;Random_Devices = True


[Telnet_Service]
Type = Telnet
Device_Name = Any
Port = 10001
Description = My Telnet Service
User_Limit = 10
Allowed_Users = *
;Messages = ..\text\telnet


[HTTP_Service]
Type = HTTP
Device_Name = Any
Port = 10000
Description = My HTTP 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 /home/*
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 = * *
Resume = * *
Download = * *
MakeDir = * *
RemoveOwnDir = * *
RemoveDir = * 1VM
Rename = * 1VM
RenameOwn = * *
Overwrite = * VM
Delete = * 1VM
DeleteOwn = * *
NoStats = * =lSpeed !*
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


[Events]
;OnUploadError =
;OnUploadComplete =
;OnDownloadError =
;OnDownloadComplete =
;OnResume =
;OnUpload =
;OnFtpNewDir =
;OnFtpDelDir =
;OnFtpLogIn =
;OnTelnetLogIn =
;OnHttpLogIn =
;OnServerStart =
;OnServerStop =


[Pre]
;list =
;stor =
;mkd =


[Post]
;mkd =
;rmd =
;stor =
;dele =


[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

[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


[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
craq is offline   Reply With Quote
Old 12-28-2003, 10:53 AM   #2
Orbital
Junior Member
 
Join Date: Dec 2003
Posts: 11
Default

Does ioFTPD start at all? if not try to overwrite the .ini with the original and start over =)
Orbital is offline   Reply With Quote
Old 12-28-2003, 11:03 AM   #3
craq
Junior Member
 
Join Date: Dec 2003
Posts: 8
Default

the think will not start, even if i replace the .ini file
craq is offline   Reply With Quote
Old 12-28-2003, 11:52 AM   #4
fobban
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jan 2003
Posts: 186
Default

sure it doesnt start? havent looked that hard on what you've pasted but look ok..
there is no longer an icon at the tray, just so you know
fobban is offline   Reply With Quote
Old 12-28-2003, 01:17 PM   #5
k-oZ
Junior Member
 
Join Date: Nov 2003
Posts: 16
Default

Hide_Tray = False << there must be an icon

do you have a certificate?
Certificate_Name = 127.0.0.1
you could try to comment that line

sorry for my bad english

also look here: http://www.ioftpd.com/documentation/02-install.php
;Certificate_Name = 192.168.1.11 <-- SSL certificate CN name; You need to comment that line if you don't have a certificate or your ftpd won't start!
k-oZ is offline   Reply With Quote
Old 12-28-2003, 04:12 PM   #6
kukymann
Junior Member
ioFTPD Foundation User
 
Join Date: Jul 2003
Posts: 15
Default

and bug/feature in ioFTPD 5.4.x you must uncomment this line:
";Messages = ..\text\ftp"
to this
"Messages = ..\text\ftp"
without qoutas.

I had similar problem, i looking 2-4hours what is wrong and problem is so little change in inifile

When you comment Messages= in any service (ftp,http, telnet), ioFTPD 5.4.x won't start, but ioFTPD 5.3.x start witout problem.
kukymann is offline   Reply With Quote
Old 12-29-2003, 12:05 AM   #7
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

Quote:
Originally posted by k-oZ
Hide_Tray = False << there must be an icon
The system tray icon is gone from ioftpd 5.4.0 and +... forever.
Mouton is offline   Reply With Quote
Reply

Tags
1gm, download, ftp, fxp, upload

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Long filenames mullbank General Discussion 2 11-12-2004 03:02 PM


All times are GMT -5. The time now is 01:06 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)