Returns or specifies the sub-packet size for file transfers to the remote system; this tells Zmodem how many bytes of data to transfer at a time.
'Declaration
Property ZmodemPacketSize As Integer
'Usage
Dim instance As IFileTransfer
Dim value As Integer
instance.ZmodemPacketSize = value
value = instance.ZmodemPacketSize
int ZmodemPacketSize {get; set;}
Property Value
The default value is 1024. The range of values is 32-1024.
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services