;To make use of this transfer menu system PCZ should be called in the
;following manner.

;PCZ m <ENTER>

;We assume in this config file that you are using SETENV.BAT to preset your
;PCZ parameters for PORT and SPEED.  If this isn't the case then simply add
;them on the protocol lines below in their proper place.  You should be able
;to see from the listings the format used here.  i.e.

;SEND    without the ';' begins send protocol block
;END     without the ';' end the protocol block

;The protocol goes on a line followed by the ':' char followed by
;PCZ's command line options for that protocol.
;You will be prompted to complete the command line with your filespec(s)
;once the program is started etc...  pretty simple huh?

;Simple yes! but simple minded as well, and if you fail to follow
;these guidlines....  who knows what type of protocol you might be
;trying to use for a transfer.  Just to satisfy your cats curiousity
;you may uncomment the first line after SEND.  Run PCZ using 'm' menu
;option, select upload and see what happens.  No your pc won't bark but
;it might barf if you select 'A' as your protocol type.


;The following represent the send parameters.  Using the ';' at the
;beginning on a line comment out any protocol you do not wish to use
;during you file transfer sessions.

SEND
;flag for beginning of send protocols

;TOSSIT:  sp  ;This is a curiousity test line

;XMODEM:  sx
;send a file using xmodem

;X1K:     s1
;send a file using xmodem 1k blocks

;YMODEM:  sy
;send a file using ymodem with file header information

ZMODEM:  s sz
;send a file using Super_Z zmodem

SEALINK: ss
;send a file using sealink

END
;end of send protocols


:The following represent the receive parameters.

RECEIVE
;flag for beginning of receive protocols

;XMODEM:  rx
;recv a file using xmodem

;X1K:     r1
;recv a file using xmodem 1k blocks

;YMODEM:  ry
;recv a file using ymodem with file header information

ZMODEM:  s rz
;recv a file using Super_Z zmodem

SEALINK: rs
;recv a file using sealink

END
;end of receive protocols


;You may add any of the other command line switches you wish to the above.
;They are

; 'f' use FOSSIL
; 'd' no direct screen writes
; 'k' keep all aborted downloads

;Thanks and have fun!