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 name | Description | |
|---|---|---|
| Default |
Default value for the specified protocol.
(YMODEM - 128 bytes).
| |
| OneKilobyte |
1KB - if supported by the protocol (uses YMODEM-1K for YMODEM).
|