FGasper / zmodemjs

zmodem.js - ZMODEM in JavaScript
Apache License 2.0
129 stars 25 forks source link

Having trouble in cancel a upload process #4

Closed zxdong262 closed 5 years ago

zxdong262 commented 5 years ago

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?

FGasper commented 5 years ago

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?

zxdong262 commented 5 years ago

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

azuoge commented 5 years ago

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

FGasper commented 5 years ago

@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.