FileReceiver.Receive Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Receive(String)
Saves the incoming file to the specified path.
Declaration
public void Receive(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path where to save the incoming file. |
Receive(Stream)
Saves the incoming file to the specified stream.
Declaration
public void Receive(Stream target)
Parameters
Type | Name | Description |
---|---|---|
Stream | target | Stream where to save the incoming file. |