Second pass
Build and Test j3270 / Build JAR & Run Tests (push) Successful in 5m57s

This commit is contained in:
2026-08-20 18:37:22 -04:00
parent a1b1273022
commit cc2ee5d2d9
9 changed files with 143 additions and 52 deletions
@@ -128,6 +128,12 @@ public class FileTransfer implements FTCut.FTCutListener, FTDft.FTDftListener {
}
}
/** Force reset transfer state to NONE. */
public void reset() {
log.info("Force resetting FileTransfer state from " + state);
completeTransfer("Reset");
}
/** Check whether a file transfer is currently active. */
public boolean isTransferActive() {
return state != FTState.NONE;