Protocol Config

protocols.toml contains an array of transfer protocol definitions.

Example

[[protocol]]
name = "Zmodem"
upload_command = "rz -R"
download_command = "sz -Y @FILELIST@"
ssh_upload_command = "rz -R"
ssh_download_command = "sz -Y @FILELIST@"
batch = true
prompt = false

The Attributes