handleAbort method

void handleAbort(
  1. FtpSession session
)

Implementation

void handleAbort(FtpSession session) {
  session.abortTransfer();
}