View Full Version : ABOR command
It seems when aborting a transfer FlashFXP sends the command:
ÿôÿÿABOR
rather than just ABOR. This is interfering with programming my ftp server. Any ideas about this?
DYN_DaTa
01-21-2003, 01:29 PM
227 Entering Passive Mode (xxx,xx,x,xxx,xx,xxx)
RETR xxxxx.xxx
150 Opening BINARY mode data connection for xxxxx.xxx (1500000 bytes).
(soft abort)
ABOR
426 Data connection closed, file transfer xxxxx.xxx aborted.
226 ABOR command successful.
User Aborted
ABOR works well for me (using latest FlashFXP version, build 908). Make sure that you are using a legit FlashFXP version and not a cracked/modified one.
Thats whats displayed in the status window but extra data is sent. Anyway, I have found out the meaning of this data and it isnt a bug.
This is not a bug in FlashFXP. Although I have never used it, and I don't know how good it is, this is definitely NOT
a bug in that client.
The yoyo is OOB (out of band data) - more specifically, the Telnet "SYNCH" command: {255, 244, 255, 242}
This tells the FTP server to consider the ABOR command as "urgent", and
process it immediately. It is part of the FTP RFC.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2025, vBulletin Solutions, Inc.