Specifies a size of data block for file transfers.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Enumeration FileTransferBlockSize
C#
public enum FileTransferBlockSize

Members

Member nameDescription
Supported by the .NET Compact FrameworkDefault
Default value for the specified protocol. (YMODEM - 128 bytes).
Supported by the .NET Compact FrameworkOneKilobyte
1KB - if supported by the protocol (uses YMODEM-1K for YMODEM).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also