Go Back   FlashFXP Forums > > > >

Bug Reports If you discover any bugs that we are not aware of, please post it here so it may be corrected.

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-30-2003, 11:45 PM   #1
Kid Twilight
Junior Member
 
Join Date: Jul 2002
Posts: 21
Default Problem fxping

I have a weee problem fxping. Whenever I transfer a file from a IoFTP server to a RaidenFTP it just stops when the file is done and just sits there wating for the next file...

226 Transfer finished successfully. Data connection closed .

Then I have to hit abort and start again in order to fxp the next file...

Cheers for any help

*EDIT* Im not running the server, i just promised to look into the problem...
Kid Twilight is offline   Reply With Quote
Old 10-01-2003, 12:46 AM   #2
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

ioFTPD performs graceful socket shutdown which might cause up to 6minute delay, if other side is not posting shutdown notification.

Most common implementation is:

...
shutdown(SD_BOTH);
closesocket();

Some servers are doing (wrong implementation, which may cause ioftpd to wait until timeout):

...
closesocket();


ioFTPD does (optimal implementation ):

setsockopt(); // No lingering
...
shutdown(SD_SEND);
recv();
closesocket();
darkone is offline   Reply With Quote
Old 10-01-2003, 12:49 AM   #3
Kid Twilight
Junior Member
 
Join Date: Jul 2002
Posts: 21
Default

Thanks for the reply darkone. So I should take this to the raiden forum and ask?
Kid Twilight is offline   Reply With Quote
Old 10-02-2003, 03:59 AM   #4
acid6trik
Junior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 12
Exclamation

ioFTPD 5.1.3r
windows all versions
problem when fxping from io to raiden


Hi all,

I have try to contact raiden developpers, and they answer me that they don't care at all about ioFTPD server and that raiden works fine with all other ones ... They don't seem to like your server ^^
Furthermore I don't understand why can we fxp from the 4.9.x to raiden, but not from the 5.x ? You should have change something in the code between this twos, as said juste before, and can you reverse this change for the next versions please ? or produce two versions in that way ?
Because raiden is used yet somewhere, and I would like to use my v5 but while this problem is, I can't.

Otherwise, what a great work with ioFTPD you did ! :banana:
thanks darkone for this excellent server
acid6trik is offline   Reply With Quote
Old 10-02-2003, 09:06 PM   #5
Superblue
Member
ioFTPD Registered User
 
Join Date: May 2003
Posts: 78
Default

rather than have this graceful shutdown that doesn't interoperate for shit, can you take it back out or make it configurable?
Superblue is offline   Reply With Quote
Old 10-02-2003, 09:38 PM   #6
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

It allows server to free resources quicker + uses less resources (as kernel doesn't have to manage lingering) I'm not quite sure, if 5.1.3 has the bug-fixed implementation.. should have tho
darkone is offline   Reply With Quote
Reply

Tags
file, fxp, fxping, problem, server

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP with xbox some file xfer some don't? Jaz97 General Discussion 8 10-23-2004 04:14 PM


All times are GMT -5. The time now is 03:30 AM.

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