protocols.toml
Contains an array of protocol
lives in the data path
Example:
[[protocol]]
name = "ZModem"
download = "sz -Y *f"
upload = "rz -R"
prompt = false
- name a human readable name for the protocol
- download the command to download files
*f
is replaced with the filename - upload the command to upload files
*f
is replaced with the filename - prompt true if protocol needs a filename to upload, will prompt user. (Like XModem)