The FTR feature seems to be malfunctioning and not correctly resuming files during local download. I have been experiencing this for a very long time but had little time to investigate or try newest version to confirm it still happens.
*Queue a folder and begin transferring (downloading).
*Interrupt the transfer, both hard d/c and a soft abort produce the same result.
*Start the transfer again and observe unexpected behavior.
Code:
[13:05:12] (soft abort)
[13:05:12] [L] 426 Data connection: Broken pipe.
[13:05:13] [L] Transfer Failed: bk-mysql-20141006.tar.gz
[13:05:13] Transferred 0 Files (0 bytes) in 9 seconds (0.0 KB/s)
[13:05:13] Aborted by user
[13:05:54] [L] PASV
[13:05:54] [L] 227 Entering Passive Mode (...)
[13:05:54] [L] Opening data connection IP: ... PORT: ...
[13:05:55] [L] RETR bk-www-20141006.tar.gz
[13:05:55] [L] 150 Opening BINARY mode data connection for bk-www-20141006.tar.gz (192884001 bytes) using SSL/TLS.
[13:05:55] [L] TLSv1 negotiation successful...
[13:05:55] [L] TLSv1 encrypted session using cipher ECDHE-ECDSA-RC4-SHA (128 bits)
As you can see from the log when manually starting the queue again the previously transferring file is skipped. Some tinkering with my FTR options narrowed this down to the previous file (bk-mysql-20141006.tar.gz) triggering the 'On Transfer Error' setting which was set to 'Skip'. Confirmed this by testing with this set to Resume (it resumed the file) and Ask (it prompted).
FlashFXP did not always do this but it was so long ago that a change made it start acting this way that I can not recall. However this behavior is not intuitive and in my opinion a file transfer failure of this nature (a site disconnection or even user abort) should not trigger the On Transfer Error rule without first rechecking the file against the configured FTRs.
As a side note, prior to v5 you could easily see what the FTRs were doing by the messages in status and error/transfer windows but those messages seem to be gone. If intentional can they be made optional rather than just removed?
FTRs:
http://prntscr.com/4u3bly
EDIT: on further investigation it is only those log messages related to this behavior that no longer show up, in v4 it would show 'Skip [File Exists]' (or unknown). Even though those messages don't really reflect what is actually happening they were helpful in knowing something wasn't right.