SolarOS 4.13.4 manual · command
xfer
List supported and reserved transfer protocols.
Usage
| Usage | Description | |
|---|---|---|
xfer protocols | List supported and reserved transfer protocols. | |
xfer send <port> <file> --raw [-d ms] | Send a file as raw bytes, optionally delaying between chunks. | |
| `xfer recv <port> <file> --raw [--append\ | --replace] [--idle-ms ms]` | Receive raw bytes until the idle timeout and append or replace the destination. |
xfer send <port> <file> --zmodem | Send a file with ZMODEM. | |
| `xfer recv <port> <file> --zmodem [--append\ | --replace]` | Receive a file with ZMODEM and append or replace the destination. |