PDA

View Full Version : [Fixed] Login timeout


esurf
11-02-2003, 04:39 PM
Hey guys,

I am using ioftpd beta 5.2.9, ioa 0.8.1 and the lastest iobanana.

I have tried on 2 dif machines, i configure ioftpd and ioa and it runs fine. but when i add iobanana i cant login to the ftp any more i get the following error no matter what i do.

Connected to 127.0.0.1 Port 22222
220 ioFTPD
USER ioFTPD
421 Timeout (14 seconds): closing control connection.

never goes past this point. if i take out iobanana of the ioftpd.ini then the ftp work again.

Please advise

thanks

Harm
11-02-2003, 04:50 PM
You should read ioFTPD's changelog. It tells you to add EXEC in front of all .exe scripts.


- Notice: "<EventName/SiteCommand> = ..\script.exe" changed to "<EventName/SiteCommand> = EXEC ..\script.exe"

esurf
11-02-2003, 04:54 PM
Yeah it is set up like that, so thats not the problem, but thanks tho

Mouton
11-02-2003, 11:49 PM
restart ioftpd

Raw command while logged in:
site config show Post

[23:48:49] [L] 200- 000: pass = %EXEC ..\scripts\ioBanana.exe alert %[service($service)(users)] %[$service]

You should have a line like that.