FGasper/zmodemjs

Having trouble in cancel a upload process

zxdong262 opened this issue · 4 comments

Hi @FGasper
Thank you for your great work,

I am trying to add Zmodem support to electerm, I can manage to upload/download/cancel download, but can not cancel the upload, can you give example of cancel download?

To be honest, I’m not sure that that’s possible in zmodem. I don’t see anything in the protocol documentation about it.

What does sz do if it receives SIGINT while sending the file?

@FGasper Thank you, but I do not know sz process detail.

Hi @FGasper
Thank you for your great work
I am trying to add Zmodem support to xterm, can you give example of cancel upload?

@azuoge Look in xterm.js’s repository history for a plugin that I contributed a couple years ago but is incompatible with their new plugin API.