PDA

View Full Version : Idle timeout exemption ..


godlike
10-02-2005, 04:42 AM
Is it possible to exempt one user (sitebot) from idle timeout in ioftpd, so he does not get kicked off site. Want to use a 10second timeout or something like it. But sitebot is getting kicked out all the time. And kind off hard to send anti-idle commands every 9 seconds.

ioFTPD.ini

[Ftp]
Idle_TimeOut = 10
Login_Attempts = 10
Login_TimeOut = 30
Socket_Send_Buffer = 4096
Socket_Recv_Buffer = 1024
DataSocket_Nagle = False
Transfer_Buffer = 65536 # For maximum scalability, set Transfer & DataSocket buffers to to low values
DataSocket_Send_Buffer = 32864
DataSocket_Recv_Buffer = 32864

I hope this is possible, and if how is to be done?

cya.

Mouton
10-02-2005, 06:39 AM
Can't be done. You have to use NOOP.

godlike
10-02-2005, 07:24 AM
:eek: :mad:

FTPServerTools
10-02-2005, 01:23 PM
Download my SiteKill from the scripts and use that instead. YOu can make very specific timeouts with it. Dont forget to turn of the normal io timeout mechanism then.

godlike
10-03-2005, 12:34 AM
Thanx will give it a try.

godlike
10-03-2005, 03:59 AM
Hmm. I tried to run it from cmd or with site cmd, and i always get this:

200-Check ioFTPD.ini - Password_File= can not be found

What is this Password_File in ioftpd.ini ??

jeza
10-03-2005, 04:14 AM
maybe u are using wrong version of sitekill

FTPServerTools
10-03-2005, 04:20 AM
That command is replied if it can not find the Password_File= setting in your ioftpd.ini file. That means that you tried SiteKill4x which is only for the old version of io (4.x) I see I made a stupid mistake, I should have uplaoded the new version (5.x). Strange that nobody struck an alarm earlier.... Anyway I added the proper on, sorry for this mistake.

godlike
10-03-2005, 07:10 AM
Yep i searched for 5.x but though that it isnt there so 4.x is fine :)

Guess again :D

godlike
10-03-2005, 07:31 AM
Tested, and offcourse it works flawless :P

rockalainen
02-15-2006, 03:08 AM
I figure it out to make my ioftpd not kick my sitebot for idling

FTPServerTools
02-15-2006, 03:57 AM
The standard sitekill in the downloads is the one you need. Read the accompanied text file, it mentions:
This is a simple SITE KILL command for ioFTPD 5.x.
Use it as follows:

Parameters are any combination of
The following needs a string to compare and uses =, ==, !=
.....

The sitekill4x version will not work properly under 5.x