FileReceiver Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Provides functionality for receiving files using terminal.
Syntax
public class FileReceiver : IDisposable
Implements
Inherited Members
Properties
Name | Description |
---|---|
File |
Gets the current file name. |
Is |
Gets a value indicating whether the File |
Last |
Gets the current file last modification date and time if specified by the sender. |
Length | Gets the current file length if specified by the sender. |
Methods
Name | Description |
---|---|
Close() | Closes the File |
Read |
Receives next file header to be processed. |
Receive(Stream) | Saves the incoming file to the specified stream. |
Receive(String) | Saves the incoming file to the specified path. |
Explicit Interface Implementations
Name | Description |
---|---|
IDisposable. |
Releases all resources used by the current File |