Go Back   FlashFXP Forums > > > >

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

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 09-18-2003, 05:39 AM   #1
thewarden
Senior Member
 
Join Date: Jan 2003
Posts: 194
Angry v5 no connection question

Has anyone who is using v5 come across this:

OS = XP Pro SrvPk 1 fully updated
BW = DSL running with rasppoe
Hardware = industry standard intel issue
Router = no
IO = current v5 code...

A 100% no connection ? (just like that...wham!!!!!)

It was working at first, 48-60 hours with no issues at all, did the
partial exe and user conversion and then after the crap, also did
a full install...

For the life of me I can't figure this out.

Booted up Raiden and Serv-U - works...

Nothing was altered from v4 to v5 with my hardware or ISP.

This one has me beat...as now v4 will not work either.

Went to rename IOFTPD to IOFTPD.old as I tried different setups,
something has the dir ... could not rename it unless I cleared the
OS...checked the services and all else and there was no
programs hooked to IO ... dam weird...

I have several IOFTPD dir's as I tested out scripts etc...not one of
them will allow any connection now...and like i said...just like that
this took place...even the lan will not work to IO...


Ideas Anyone???


TW - running raiden for now....


here is my ini ... plain as you can get...

[ioFTPD]
Ftp_Login_Attempts = 3
Hide_Tray = False
Cache_Max = 100 # Maximum number of cookie files to cache
Directory_Cache_Max = 10000 # 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 = 25 #
Idle_TimeOut = 300 #
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

[Any]

Host = 216.xxx.xx.xx
Ports = 1400-1500
Random = True
;Bind =

[FTP_Service]
Type = FTP
Device_Name = Any
Port = 4xxx
Description = Our Site
User_Limit = 15
Allowed_Users = *

### 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 = 10001
Description = My Telnet Service
User_Limit = 10
Allowed_Users = TM

[HTTP_Service]
Type = HTTP
Device_Name = Any
Port = 10000
Description = My HTTP Service
User_Limit = 50
Allowed_Users = HM
Certificate_Name = 192.168.1.11
Explicit_Encryption = False
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 384


[Network]
Active_Services = FTP_Service Telnet_Service HTTP_Service
Nagle = False # Enable/Disable TCP Nagle algorithm
Ident_Timeout = 15 # 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]
Default = 0 *

[VFS]
Default_Directory_Attributes = 755 0:0
Default_File_Attributes = 644 0:0
Modify_Stats_On_Delete = False
Upload = * *
Resume = * *
Download = * *
MakeDir = * *
RemoveOwnDir = * *
RemoveDir = * M
Rename = * M
RenameOwn = * *
Overwrite = * M
Delete = * M
DeleteOwn = * *
;NoStats = * =lSpeed !*
;ShowActivity = /private/* -ioFTPD !*
ShowActivity = * *

[Reset]
WeeklyReset = Sunday
MonthlyReset = 1st

[Scheduler]
Reset = 0 0 * * &Reset
Service_Update = 10,30,50 * * * &Service_Update
Newday = 05 04 * * ..\scripts\x\newday.exe
;VfsLister = 30 * * * ..\scripts\x\vfslister.exe


[Events]
OnUploadError = c:\ioftpd\scripts\x\ftplogger.exe
OnUploadComplete = c:\ioftpd\scripts\x\ftplogger.exe
;OnUploadError =
;OnUploadComplete =
;OnDownloadError =
;OnDownloadComplete =
;OnResume =
;OnUpload =
;OnFtpNewDir =
;OnFtpDelDir =
;OnFtpLogIn =
;OnTelnetLogIn =
;OnHttpLogIn =
;OnServerStart =
;OnServerStop =


[Pre]
;mkd = c:\ioftpd\scripts\dupbar\dupbar.itcl
;list =
;stor =
;mkd =


[Post]
stor = c:\ioftpd\scripts\x\ftplogger.exe
mkd = c:\ioftpd\scripts\x\ondircreated.exe
rmd = c:\ioftpd\scripts\x\ondirdeleted.exe
;mkd =
;rmd =
;stor =
;dele =


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


[Scripts]
;EXEC = ..\scripts\exec.bat
HELP = !..\help\help.msg
alldn = @stats alldn
allup = @stats allup
daydn = @stats daydn
dayup = @stats dayup
monthdn = @stats monthdn
monthup = @stats monthup
wkup = @stats wkup
wkdn = @stats wkdn
me = !..\text\ftp\uinfo.msg
rules = !..\text\ftp\rules.msg

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

[Ftp-Permissions]

noop = 1M !*

[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 = M
deluser = M
renuser = M
gadduser = M
grpadd = M
grpdel = M
grpren = M
chgrp = M
kick = M
addip = M
delip = M
passwd = *
stats = *
tagline = *
who = *
chmod = *
chown = M
chattr = M
config = M
uinfo = M
users = *
me = *
rules = *

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


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


[Http-Permissions]
users = M
uinfo = M
addip = M
delip = M
config = M
thewarden is offline   Reply With Quote
 

Tags
@stats, download, ftp, fxp, upload


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
why do i get this error ? twisted General Discussion 0 05-02-2005 11:25 PM
4.5.4 and pre error Borni2k Bug Reports 0 02-28-2003 09:57 AM


All times are GMT -5. The time now is 10:58 PM.

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