#
# NAME
#     Transfers  --  Description of file transfer protocols
#
# SYNOPSIS
#     name:description:flags:upl-command:dnl-command
#
# DESCRIPTION
#     Transfers contains the list of file transfer protocols available,
#     the commands to execute them, a user description and flags to tell
#     Unidel how to use the command.
#
#     Before calling the program, Unidel will set SHELL to 'rsh', PATH
#     to '/usr/rbin', and change directory to a temporary directory in
#     which to edit files.
#
#     There is no default transfer protocol.
#
#     name    is the name of the protocol, used to select or reference the
#             protocol.
#     description   is the user description of the protocol, used when
#             selecting the protocol.
#     flags   are keywords that describe the protocol to Unidel.  The
#             available flags are:
#
#          Batch    Protocol is a batching protocol and accepts multiple
#                   files to transfer.  '%s' in upl/dnl-command below may
#                   one or more space separated file names.
#
# SEE ALSO
#     unidel(1)
#
ASCII:Plain ASCII, NOT recommended, can't upload:Batch::/usr/bin/cat %s
XModem:The Original::/usr/local/bin/rx %s:/usr/local/bin/sx %s
XModem-1k:XModem with 1k blocks (sometimes incorrectly called "YModem")::/usr/local/bin/rx -k %s:/usr/local/bin/sx -k %s
YModem:(sometimes redundantly called "YModem Batch"):Batch:/usr/local/bin/rb:/usr/local/bin/sb %s
ZModem::Batch:/usr/local/bin/rz:/usr/local/bin/sz %s
#
# Has been known to work with Kermit, but I've since forgotten the syntax.

