View Single Post
Old 08-26-2004, 07:37 AM  
XiX
Junior Member
 
Join Date: Aug 2004
Posts: 4
Default

Hi there,

I have the same prob as alfer, but I fxp from a glftpd server to an ioftpd server and because of the large files and the slower connection I need these noops during the transfer to avoid a deconnection after the transfer has finished.

Here is the log of a successful transfer and of a non-successfull transfer:

[R] CPSV
[R] 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxx)
[L] PORT xxx,xxx,xxx,xxx,xxx,xxx
[L] 200 PORT command successful.
[L] STOR xxxxxxx.xxx
[L] 150 Opening BINARY mode data connection for xxxxxxxx.xxx.
[R] RETR xxxxxxx.xxx
[R] 150 Opening BINARY mode data connection for xxxxxxx.xxx (50000000 bytes).
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[R] 226- [Ul: xxxxx.xMB] [Dl: xxxxxx.xMB] [Speed: 93.11K/s] [Free: xxxxxMB]
[R] 226 [Section: DEFAULT] [Credits: 14.6MB] [Ratio: Unlimited]
[R] 200 NOOP command successful.
...
[L] 226-Elapsed Time: 0.023 sec
[L] 226 Transfer complete.
Transferred: xxxxxxxx.xxx 47,68 MB in 8 minutes 45 seconds (93,0 KB/s)

---------------------------------------------------------------------------------


[R] CPSV
[R] 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxx)
[L] PORT xxx,xxx,xxx,xxx,xxx,xxx
[L] 200 PORT command successful.
[L] STOR xxxxxxxxxx.xxx
[L] 150 Opening BINARY mode data connection for xxxxxxxxxx.xxx.
[R] RETR xxxxxxxxxx.xxx
[R] 150 Opening BINARY mode data connection for xxxxxxxxxx.xxx (50000000 bytes).
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[L] 200 NOOP command successful.
[R] 226- [Ul: xxxxx.xMB] [Dl: xxxxxx.xMB] [Speed: 88.58K/s] [Free: xxxxxxMB]
[R] 226 [Section: DEFAULT] [Credits: 14.6MB] [Ratio: Unlimited]
[R] 500 'OOP': Command not understood. <-- here is the problem: there is a "OOP" command instead of the "NOOP" command!
...
[L] 226-Elapsed Time: 0.022 sec
[L] 226 Transfer complete.
[L] Transfer Failed!

In the Queue window the file is shown as failed but on the ioftpd box the file is there and without any crc-errors. This problem happens approx. every 3rd file.

I'm not sure if this is a bug, but it seems that the NOOP command which is applied every xxx sec. fails sometimes since only a "OOP" command is sent.

Anyway Flash is a powerful program which I love to use!

XiX
XiX is offline