property ZmodemFileOption : TApxZmodemFileOptions
TApxZmodemFileOptions = (zfoNoOption, zfoWriteNewerLonger,
zfoWriteCrc, zfoWriteAppend, zfoWriteClobber, zfoWriteNewer,
zfoWriteDifferent, zfoWriteProtect);
Default: zfoWriteNewer
Determines the Zmodem file management options to use.
It should be assigned one of the following values:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Regardless of the value of this property, new incoming files are accepted unless the ZmodemSkipNoFile property is set to False.
The logic that handles these file management options is executed after the OnProtocolAccept event has been generated. If you write an event handler that deals with possible overwrites, be sure to set ZmodemFileOption to zfoWriteClobber before starting to receive.
See also: ZmodemOptionOverride, ZmodemSkipNoFile