Go Back   FlashFXP Forums > > > >

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

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-12-2007, 07:09 AM   #31
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

is it very hard to make fast ident like a gl/drftpd?
usually ioftpd need 5~8seconds until login completed without resolving ip time(also without ident cached)
but gl/dr(i tested on win32)ftpd got no delay or less than 1 second without resolving ip time....
so i ask why does exist that delay time only to ioftpd......
Yil could make it faster?
isteana is offline   Reply With Quote
Old 07-12-2007, 11:12 AM   #32
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

Hmm. If the hostname lookup / ident response are cached ioftpd should be instant. If the ident request is not being replied to because a router/firewall is stealthing the port (as opposed to returning connection failed) the servers might be using different timeouts because if they got the response they would have the same performance I believe.

There is one optimization I just thought of that might make a difference. It's possible that if the login account doesn't require an ident (i.e. hostmask is *@...) glftpd/drftpd might just allow the login immediately. This means that they couldn't know if they would ever get a response at this point so the login log entry wouldn't be complete, but perhaps they add a new one if they eventually get a response or something. For a public server where lots of users might not have the identd port forwarded or something that might make a lot of sense... I'll take a look at options there.

I guess I never notice this delay since I respond to identd requests locally

Check out (ioFTPD.ini):
Ident_Timeout = 5 # Set ident timeout (10)
Hostname_Cache_Duration = 1800 # Seconds cached hostname is valid
Ident_Cache_Duration = 120 # Seconds cached ident is valid (1800)

If you do NOT have logins that require an ident response (i.e. no xyz@...) you can set Ident_Timeout to 1 or 2 or something which should solve your problem. If you do have hostmasks with idents in them this is probably a bad thing because a little hickup and people won't be able to login and they won't know why.
Yil is offline   Reply With Quote
Old 07-12-2007, 03:31 PM   #33
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

so i changed ident_timeout to 1 or 0 then i aslo dont got any ident response
but atleast still got 5 seconds delay if no ident cached on ioftpd

Last edited by isteana; 07-12-2007 at 10:28 PM.
isteana is offline   Reply With Quote
Old 07-13-2007, 07:26 AM   #34
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

Yil can add these 3 function?

define below..
1.Maximum Logins From same IP per account: (dont care host.rules i want only it possible as site command on via ftp client)
2.Maximum Uploads: (set maximum uploads slot)
3.Maximum Downloads: (set maximum downloads slot)

maybe Yil can make it possible i think..
thx
isteana is offline   Reply With Quote
Old 07-13-2007, 09:31 AM   #35
ArtX
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 301
Default

doesnt site change user logins x ftp - not do what you need it to do for no1 ?
ArtX is offline   Reply With Quote
Old 07-13-2007, 06:04 PM   #36
tuff
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 277
Default

Quote:
Originally Posted by isteana View Post
Yil can add these 3 function?

define below..
1.Maximum Logins From same IP per account: (dont care host.rules i want only it possible as site command on via ftp client)
2.Maximum Uploads: (set maximum uploads slot)
3.Maximum Downloads: (set maximum downloads slot)

maybe Yil can make it possible i think..
thx
there are scripts for this, my ioNODUAL for a start
__________________
#iotools #ioftpd (both on efnet)
tuff is offline   Reply With Quote
Old 07-17-2007, 01:25 AM   #37
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

i hope it will support from standard function of FTPD
think ioftpd does depend standard function by scripts
then i want display it when i type site user <username>
isteana is offline   Reply With Quote
Old 07-17-2007, 04:58 AM   #38
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by isteana
i hope it will support from standard function of FTPD
think ioftpd does depend standard function by scripts
then i want display it when i type site user <username>
You mean you want to type site user <username> instead of site uinfo <username> to get the user info? Use an alias in ioFTPD.ini. Examples of useful aliases:
Code:
[FTP_Custom_Commands]
# aliases
rehash  = @config rehash
save   = @config save
user   = @uinfo
That means when you for example type site rehash ioFTPD will interpret it as site config rehash.

/ZR
Zer0Racer is offline   Reply With Quote
Old 07-17-2007, 05:22 AM   #39
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

ZR, lol

maybe you got confuse (let u see more uppper thread)

i mean including these 3 function below when i type site user like a glftpd

1.Maximum Logins From same IP per account: (dont care host.rules i want only it possible as site command on via ftp client)
2.Maximum Uploads : (set maximum uploads slot)
3.Maximum Downloads: (set maximum downloads slot)

and someone know me what site command if already exist that function of 2,3 on ioftpd?
(i coudlnt found either that command in help.msg or any docu.)
for glftpd can it as "site change <user> max_sim_down <value>" but i dunno with ioftpd

Last edited by isteana; 07-17-2007 at 01:29 PM.
isteana is offline   Reply With Quote
Old 08-24-2007, 02:45 PM   #40
pion
Senior Member
 
Join Date: Feb 2006
Posts: 138
Default Another suggestion for wishlist

To add an option for allowing a file to be downloaded at the same time it's being uploaded.
pion is offline   Reply With Quote
Old 08-25-2007, 12:33 AM   #41
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

pion: I forget where I addressed this issue, but I don't foresee supporting up/down at the same time. Zip's can be modified on upload. Also, once you hit the end of the file downloading while someone is still uploading it would require logic to either keep looking for new data to be uploaded and passed on, or timeout and end the transfer if no new data received in a while.

I'm relatively sure it's possible to do, but can you give me an example where waiting a few minutes for the file to finish uploading doesn't work? Are these huge files taking hours to transfer?
Yil is offline   Reply With Quote
Old 08-25-2007, 10:01 AM   #42
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

isn't there a limitatio in ntfs, i have some memory from previous discussions. don't think ntfs support read and write of a file at the same time
o_dog is offline   Reply With Quote
Old 08-26-2007, 03:31 AM   #43
pion
Senior Member
 
Join Date: Feb 2006
Posts: 138
Default

Yil: ioFTPD is used in quite a few time critical applications.. where 2 minutes matters quite a lot. An example could be a mixcd of a few hundred mb, that you would want to start to download right away... (to listen to and determine if it's wanted . It is possible to produce this behavior with glftpd, which is the closest comparison to ioftpd I can think of..

No limitation in ntfs afaik.. VLC manages to read a file while written to.
pion is offline   Reply With Quote
Old 08-28-2007, 01:31 PM   #44
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

anyway i really want no-delay connection(without ip resolved time) when try login to ioftpd like a gl/drftpd
isteana is offline   Reply With Quote
Old 09-11-2007, 05:17 AM   #45
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

Yil, i really hope 6.3 will support unicode option(raw incoding) for TCL

you can refer this page below for directly return to External (this page not for only english..but you can watch that code)

http://tcltk.co.kr/moniwiki/wiki.php...CE%C4%DA%B5%F9

Last edited by isteana; 09-11-2007 at 05:57 AM.
isteana is offline   Reply With Quote
Reply

Tags
directory, download, file, ftp, 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


All times are GMT -5. The time now is 07:54 AM.

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