home *** CD-ROM | disk | FTP | other *** search
- ;
- ; protocol.cfg - upload and download configuration for ftp door.
- ;
- X X-Modem
- cexyz2.exe /l57600 /p%h /sx @%f
- cexyz2.exe /l57600 /p%h /rx %f
- Y Y-Modem
- cexyz2.exe /l57600 /p%h /sy @%f
- cexyz2.exe /l57600 /p%h /ry %f
- G Y-Modem-g
- cexyz2.exe /l57600 /p%h /syg @%f
- cexyz2.exe /l57600 /p%h /ryg %f
- Z Zmodem
- cexyz2.exe /l57600 /p%h /sz @%f
- cexyz2.exe /l57600 /p%h /rz %f
- ;
- ; format of protocol.cfg: [ up to 20 protocols can be used ]
- ;
- ; 1st line: Protocol "Key to Press" <space> Protocol "description"
- ; 2nd line: Download Protocol commandline
- ; 2rd line: Upload Protocol commandline
- ;
- ; %h = comport handle / %f = batch file list (dl) or %f = file name (upload)
- ;
-