# this file describes the external protocols to be used by the bbs and 
# the command to be used to invoke it.
# the format is:
# UPLOAD|command|needs filename (y or n)|key to select|text description for user
# DOWNLOAD|command|key to select|text description for user
# Note that if a command needs a filename, multiple file uploads are not 
# allowed.  (this is the case with the below protocols.  If something
# different is found, then it can be changed)

U|rz|n|1|1. Zmodem
U|rb|n|2|2. Ymodem
U|rx|y|3|3. Xmodem
U|kermit -r|y|4|4. Kermit

D|sz|1|1. Zmodem
D|sb|2|2. Ymodem
D|sb -k|3|3. Ymodem-1K
D|sb|4|4. Ymodem-G
D|sx|5|5. Xmodem
D|sx -k|6|6. Xmodem-1K
D|kermit -s|7|7. Kermit


