FileTransfers.StartSender Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
StartSender()
Initiates sending 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 FileSender StartSender()
Returns
Type | Description |
---|---|
FileSender | FileSender object, which can be used to send files. |