Zmodem 8K
This commit is contained in:
parent
f5b0d24d88
commit
d38108c1c9
|
@ -657,6 +657,7 @@ Begin
|
||||||
Zmodem.StatusProc := @ProtocolStatusUpdate;
|
Zmodem.StatusProc := @ProtocolStatusUpdate;
|
||||||
Zmodem.AbortProc := @ProtocolAbort;
|
Zmodem.AbortProc := @ProtocolAbort;
|
||||||
Zmodem.ReceivePath := XferPath;
|
Zmodem.ReceivePath := XferPath;
|
||||||
|
Zmodem.CurBufSize := 8 * 1024;
|
||||||
|
|
||||||
Zmodem.QueueReceive;
|
Zmodem.QueueReceive;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue