FileTransfers.StartReceiver Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
StartReceiver()
Initiates receiving of files using specified protocol. From that moment, all data received from the remote end are interpreted by the protocol, so they are not printed on the terminal.
Declaration
public FileReceiver StartReceiver()
Returns
Type | Description |
---|---|
FileReceiver | FileReceiver object, which can be used to receive files. |