: When "kermitting" a small text file (with no control chars)
: from a Sun C-Kermit to a PC MS-DOS Kermit using 2400 baud radio modems,
: it sometimes doesn't start transferring right away (which may be due to
: some delays built in to the modems/radios),
: and it _never_ completes correctly.
:
: The bar graph shows 100% of the file has been transferred, but the
: PC Kermit (receiving) keeps waiting and refuses to say "Completed"
: and eventually says "Failed" after a few retries.
:
: The PACKET.LOG from SET LOG PACK says "Too many retries." at the bottom.
:
: Any suggestions?
:
guess is that the file was indeed transferred 100%, but the connection is
closed or otherwise clobbered before the last couple "bureaucratic" packets
are successfully exchanged ("I'm done", "OK I know you're done" "OK now I
know that you know I'm done", etc).
- Frank