diff --git a/mystic/nodespy_term.pas b/mystic/nodespy_term.pas index a5a27ba..246c08b 100644 --- a/mystic/nodespy_term.pas +++ b/mystic/nodespy_term.pas @@ -657,6 +657,7 @@ Begin Zmodem.StatusProc := @ProtocolStatusUpdate; Zmodem.AbortProc := @ProtocolAbort; Zmodem.ReceivePath := XferPath; + Zmodem.CurBufSize := 8 * 1024; Zmodem.QueueReceive;