• ZMODEM RECV ZPOS NO RESP

    From shinobi@21:1/153 to All on Saturday, July 13, 2019 23:40:04
    Hello All,

    I'm currently struggling with the Z-MODEM Receive written in Javascript.

    I'm trying to Receive some data from Mystic BBS (current version). What goes
    on is as follows:

    ZRINIT after received ZRQINIT **B010004000076910D0A11
    <- FILENAME: ZM FILEZISE: 10
    ZRPOS_PKT: **B0900000000A87C0D0A

    ... after that the line doesn't response with any data. Although it should.

    Am I missing anything?
    The ZPOS packet is constructed with position 0. It includes CRC16. What I possibly thought whether there shouldn't be CRC32... but not sure about that. And I'm also unsure whether the CRC16 is followed by CR LF XON or just CR LF.

    If anyone would know possibly anything that I'm doing wrong. Please respond.

    Thank You for Your time and best regards

    |08Shinobi <.Phenom.>

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Infoline BBS (21:1/153)
  • From shinobi@21:1/153 to shinobi on Monday, July 15, 2019 03:56:33
    I'm currently struggling with the Z-MODEM Receive written in Javascript.

    ZRINIT after received ZRQINIT **B010004000076910D0A11
    <- FILENAME: ZM FILEZISE: 10
    ZRPOS_PKT: **B0900000000A87C0D0A

    ... after that the line doesn't response with any data. Although it should.

    After some struggle... this is how the Transfer could look like (there are black spaces that are not postable... and the hexa headers must be
    lowercase... and in that ZRPOS_PKT I have only 7 zeros..)

    ZRINIT after received ZRQINIT **?B010004000076910d0a
    FILENAME: ZM FILEZISE: 10
    *?A?????F??ZM?10 13512147102??kb??
    ZRPOS SENT: **?B0900000000a87c0d0a
    ZDATA PACKET: *?A
    ????F?012345678
    ?h]*?A?
    ????T
    RECEIVE ZEOF DONE...
    ZRINIT after received ZEOF **?B010004000076910d0a
    ZMODEM TRANFER COMPLETED.

    Thanks for listening...

    |08Shinobi <.Phenom.>

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Infoline BBS (21:1/153)