PDA

View Full Version : abort problem


Tribl
09-25-2004, 12:36 AM
im downloading from a raidenftpd server and when i abort the download the following happens:

[07:32:24] [L] SSL negotiation successful...
[07:32:24] [L] SSL encrypted session using cipher AES256-SHA (256 bits)
[07:32:44] (soft abort)
[07:32:44] [L] ABOR
[07:32:45] [L] 226 Abort successful.
[07:32:55] Transferred 4 files totaling 1.008.857 bytes in 6 minutes 2 seconds (148,6 KB/s)
[07:32:55] Skipped 1 file
[07:32:55] User Aborted
[07:32:58] [L] CDUP
[07:32:58] [L] 250-[Ul: 9.13MB] [Dl: 3.06MB] [Speed: UL:0,DL:151 KB/s] [Space: 2959MB]
[07:32:58] [L] 250-[Credits: UnlimitedMB] [Ratio: Unlimited]
[07:32:58] [L] 250 "/Incoming" is current directory.
[07:32:58] [L] PWD
[07:32:58] [L] 257 "/Incoming" is current directory
[07:32:58] [L] TYPE A
[07:32:58] [L] 200 Type set to ASCII.
[07:32:58] [L] PASV
[07:32:58] [L] 227 Entering Passive Mode (xxx.xxx.xxx.xx,133)
[07:32:58] [L] Opening data connection IP: xxx.xxx.xxx.x PORT: 1413
[07:32:58] [L] 426 Connection closed (exception : Eine vorhandene Verbindung wurde vom Remotehost geschlossen. )
[07:33:19] [L] Data Socket Error: Connection timed out
[07:33:19] [L] List Error
[07:33:19] [L] PASV
[07:33:19] [L] 227 Entering Passive Mode (xxx.xxx.xxx.x,134)
[07:33:19] [L] Opening data connection IP: xxx.xxx.xxx.x PORT: 1414
[07:33:19] [L] LIST -al
[07:33:19] [L] Connected. Negotiating SSL session..
[07:33:19] [L] 150 Opening ASCII data connection for ls /Incoming using SSL/TLS.
[07:33:19] [L] SSL negotiation successful...
[07:33:19] [L] SSL encrypted session using cipher AES256-SHA (256 bits)
[07:33:19] [L] 226--------------------------------------------------------------------------------------------
[07:33:19] [L] 226-[Ul: 9.13MB] [Dl: 3.06MB] [Speed: UL:0,DL:151 KB/s]
[07:33:19] [L] 226--------------------------------------------------------------------------------------------
[07:33:19] [L] 226-[Credit: UnlimitedMB] [Ratio: Unlimited] [Free: 2956MB]
[07:33:19] [L] 226--------------------------------------------------------------------------------------------
[07:33:19] [L] 226-
[07:33:19] [L] 226 Transfer finished successfully. Data connection closed .
[07:33:19] [L] List Complete: 1.862 bytes in 0,25 seconds (7,3 KB/s)


first there is this 10 seconds time delay after the abort command
then there's the 20 seconds delay at the 426 error

i cant really figure out what the problem is here or who is responsible server or flashfxp, any ideas?

Thx Tribl

Fusion
09-25-2004, 04:07 AM
It's the server, I'm seeing the same thing on my raidenftpd.

bigstar
09-25-2004, 10:53 AM
In this specific instance the first delay is normal. FlashFXP is waiting to make sure no other error replys are sent by the server.

Normally when an ABOR is made you get two server replies "426 Connection closed" and "226 Abort successful." They may not appear in that order.

Since Raidenftpd didn't return both replies FlashFXP waits until the timeout which is 10 seconds.

As for the later 20 second delay I'm not entirely sure. I will need to test Raidenftpd and reproduce this behavior.