tree: f4439b561cafb7d90bace9e0493fc0ccbff8acf6 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
garnet/examples/tcp/tcp_file_sender/README.md

TCP file sender

This TCP file sender accepts inbound TCP connections and sends a single file to them before closing.

Build

$ fx set core.x64 --with //garnet/examples/tcp/tcp_file_sender
$ fx build

Usage

To run the server on the fuchsia device, from fx shell:

run fuchsia-pkg://fuchsia.com/tcp_file_sender#meta/tcp_file_sender.cmx <FILE>

To retrieve the byte stream:

  • nc $(fx get-device-addr) 80 > out