wodTelnetDLX ActiveX Control - AbortTransfer Method
AbortTransfer Method
Description
Aborts current transfer.
Return Type
None
Syntax
object.AbortTransfer
The AbortTransfer Method syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodTelnetDLX.
Remarks
This method will abort current transfer initiated with
SendFile or
ReceiveFile
methods. The transfer will not stop immediately - it may need few
seconds until remote side detects it. It is also possible that you
will leave server in unknown state when you abort the transfer (it
will receive ZMODEM protocol bytes, and may receive your commands).