property ZmodemRecover : Boolean
Default: False
Determines whether Zmodem performs file recovery.
Zmodem is capable of resuming interrupted file transfers if the receiver kept the partial file when a previous transfer was interrupted. The transmitter requests this action by setting ZmodemRecover to True. The request is transmitted to the receiver along with the file name to be recovered. If the receiver has this file, it sends back the current file size. The transmitter then adjusts its file offset and starts sending data from that point. If the receiver doesn't already have this file, a normal file transfer takes place.
See "Transfer resume" in the printed documentation for more information.
See also: InitialPosition