1FILE TRANSPORT
2==============
3
4The File transport allows opening any named entry on a filesystem and use it for HCI transport I/O.
5This is typically used to open a PTY, or unix driver, not for real files.
6
7## Moniker
8The moniker for a File transport is `file:<path>`
9
10!!! example
11    `file:/dev/ttys001`
12    Opens the pseudo terminal `/dev/ttys001` as a transport
13