• Ctrl-X wont abort file transfer for gkermit

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Tue Sep 5 11:02:25 2023
    open https://gitlab.synchro.net/main/sbbs/-/issues/615

    [Z] ZMODEM [K] KERMIT (G-Kermit)Protocol, Batch or Quit: K[√] Hang up after transfer? NoStart transfer now (Ctrl-X to abort): N3 hitting Ctrl-X repeatedly will not exit the transfer, it's stuck.~~~[protocol:7]key=Kname=KERMIT (G-Kermit)ulcmd=gkermit -q -P -r -a %Fdlcmd=gkermit -q -P -s %fbatulcmd=batdlcmd=gkermit -q -P -s %ssettings=2ars=SYSOP~~~
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Tue Sep 5 11:27:09 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/615#note_3897

    Do you happen to know what character(s) will abort a Kermit file transfer?
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Tue Sep 5 11:44:19 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/615#note_3899

    According to http://www.columbia.edu/kermit/ftp/protocol/kuser.pdf Ctrl-X is supposed to work to cancel a file transfer, but maybe that's an actual key-press check (and a character received via comm link).> If you notice a file being sent which you do not really want to send, you may cancel the operation immediately by typing either Control-X or Control-Z. If your are sending a file group, Control-X will cause the current file to be skipped, and Kermit will go on to the next file, whereas Control-Z will cancel sending the entire group and return you to Kermit-20 command level.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Tue Sep 5 11:48:38 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/615#note_3900

    From https://github.com/KermitProject/gkermit```5. INTERRUPTING FILE TRANSFERG-Kermit supports file and group interruption. The method for interruptinga transfer depends on your terminal emulator. For example, while thefile-transfer display is active, you might type the letter 'x' to cancel thecurrent file and go on to the next one (if any), and the letter 'z' tocancel the group. Or there might be buttons you can click with your mouse.When G-Kermit is in packet mode and your terminal emulator is in itsterminal screen, you can also type three (3) Ctrl-C characters in a row tomake G-Kermit exit and restore the normal terminal modes.```
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Tue Sep 5 13:12:55 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/615#note_3901

    Maybe "termmsg" could be added to the file.ini so that specific instructions for other protocols could be provided otherwise print the default?
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)