Quote:
Originally Posted by TheHunter
I've downloaded the latest ioFTPD and with all the deafult configuration, it immediately crashes:
Code:
Unhandled exception 3221225477 at address 0x769c1033 (0x00000000)
0x00000000 0x769c1033
It's not a .io-Bug and I really don't have any clue of why the server crashes instantly after starting it. There is not even any log entry.
Thx in advance for any help
EDIT: That's WinXP Sp2 on a Centrino CoreDuo
|
I was also experienced this, try to Check this setting on your ioFTPD.ini
Code:
[FTP_Service]
Type = FTP
Device_Name = Any --> make sure it's any
Port = 1337
Description = My FTP Service
User_Limit = 200
Allowed_Users = *
Messages = ..\text\ftp
also check for other service (telnet,http,etc) make sure the Device_Name is "Any"
Code:
[Any]
Host = 0.0.0.0 ---> make sure this "0.0.0.0"
Ports = 1024-2048
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =
hope it works