System Grab Bag

View all TLDR pages from Linux (or from all pages)

qrcp

A file transfer tool. More information: https://github.com/claudiodangelis/qrcp.
  • Send a file or directories:
    qrcp send {{path/to/file_or_directory path/to/file_directory ...}}
  • Receive files:
    qrcp receive
  • Compress content before transferring:
    qrcp send --zip {{path/to/file_or_directory}}
  • Specify a [p]ort to use:
    qrcp {{send|receive}} --port {{port_number}}
  • Specify the network [i]nterface to use:
    qrcp {{send|receive}} --interface interface
  • Keep the server alive:
    qrcp {{send|receive}} --keep-alive

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.