Thread: Transfer bug
View Single Post
Old 07-14-2002, 11:37 PM  
vod
Member
 
Join Date: Jun 2002
Posts: 84
Default

Ok, heres is a full list of the status window (useless stuff edited)

CWD /AAAA/DIR/CD2/
250 CWD command successful.
PWD
257 "/AAAA/DIR/CD2" is current directory.
PORT #,#,#,#,4,3
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for directory listing.
MKD /INCOMING/AAAA/DIR/CD2
257 '/INCOMING/AAAA/DIR/CD2': directory created.
CWD /INCOMING/AAAA/DIR/CD2/
250 CWD command successful. "/INCOMING/AAAA/DIR/CD2" is current directory.
PWD
257 "/INCOMING/AAAA/DIR/CD2" is current directory.
PORT #,#,#,#,4,5
200 Port command successful.
LIST
150 Opening data connection for directory list.
226 Transfer ok

PASV
227 Entering Passive Mode (#,#,#,#,187,55)
PORT #,#,#,#,187,55
200 Port command successful.
STOR file.sfv
150 Opening data connection for file.sfv.
RETR file.sfv
150 Opening ASCII mode data connection for file.sfv (3813 bytes).
226 File received ok.
Transferred: file.sfv 3,813 bytes in 0.23 (3.72 KBps)

CWD /AAAA/DIR/CD2/[CoMPLETE]/
250 CWD command successful.
PWD
257 "/AAAA/DIR/CD2/[CoMPLETE]" is current directory.
PORT #,#,#,#,4,5
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for directory listing.
Empty Folder: [CoMPLETE]

CWD /AAAA/DIR/CD2
250 CWD command successful.
PWD
257 "/AAAA/DIR/CD2" is current directory.
PORT #,#,#,#,4,6
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for directory listing.
(soft abort)
ABOR
500 'BOR': command not understood.
Transferred 1 file totaling 3,813 bytes in 7.41 (3.72 KBps)
User Aborted

TYPE I
200 Type set to I.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (#,#,#,#,187,56)
PORT #,#,#,#,187,56
200 Port command successful.
STOR file.r48
150 Opening data connection for file.r48.
RETR file.r48
150 Opening BINARY mode data connection for file.r48 (14438036 bytes).
226 File received ok.
Transferred: file.r48 0 bytes in 01:27 (1.00 KBps)
PASV


Every file from this point does like this, I tried pausing the queue and then resuming it, but that had no affect. Then I paused the queue, refreshed the directory list and then restarted it...and magically:
Transferred: file.r38 15,000,000 bytes in 01:27 (166.50 KBps)
So it deffently has something to do with aborting the list....

On a side note, is SIZE the only command that flash does not display? Might make things eaiser if there was an option to turn on output all all commands (also, is there somewhere i can change the scrollbuffer of the status window?)
vod is offline