View Single Post
Old 08-12-2002, 03:15 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

ABOR has a 30 second time out, which means it will wait a maximum of 30 seconds for a reply.

The ftp server you are transferring from isn't aborting correctly.

Below is what it should look like.

[13:09:41] (2) PASV
[13:09:41] (2) 227 Entering Passive Mode (x,x,x,x,196,123).
[13:09:41] (1) PORT x,x,x,x,196,123
[13:09:41] (1) 200 PORT Command successful.
[13:09:41] (1) STOR test.txt
[13:09:41] (1) 150 Opening BINARY mode data connection for test.txt.
[13:09:41] (2) RETR test.txt
[13:09:41] (2) 550 test.txt: Permission denied
[13:09:41] (1) ABOR
[13:09:41] (1) 426 Data connection closed, receive file test.txt aborted.
[13:09:41] (1) 226 ABOR command successful.
[13:09:41] Transfer Failed!

I performed several tests using several different ftp servers and in each test the transfer was aborted correctly.

I was unable to specifically test glftpd as I do not have access to one.
bigstar is offline