home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / ttpinfo.zip / TTPROT.DOC < prev   
Text File  |  1992-09-28  |  2KB  |  38 lines

  1. To assist third-party programmers, this file documents how TriBBS's
  2. TTPROT.EXE protocol driver is called.
  3.  
  4. IMPORTANT: TTPROT.EXE can only be used with either TriBBS or a related
  5. TriBBS utility or door.  Any other use is a violation of United States
  6. Copyright laws.
  7.  
  8. TTPROT.EXE is called as follows:
  9.  
  10. TTPROT port baud rts/cts protocol filename
  11.  
  12. Where:
  13.  
  14. port            is the serial port to be used.  The valid range is 1 to 4.
  15.  
  16. baud            is the baud rate to be used.  The valid range is 300 to
  17.                 57600.
  18.  
  19. rts/cts         indicates whether or not to use RTS/CTS hardware flow
  20.                 control.  Y if RTS/CTS flow control is to be used.
  21.                 Otherwise, N if RTS/CTS flow control isn't to be used.
  22.  
  23. protocol        XU      to send a file using Xmodem
  24.                 1U      to send a file using Xmodem-1K
  25.                 YU      to send one or more files using Ymodem
  26.                 GU      to send one or more files using Ymodem-G
  27.                 ZU      to send one or more files using Zmodem
  28.                 XD      to receive a file using Xmodem
  29.                 1D      to receive a file using Xmodem-1K
  30.                 YD      to receive one or more files using Ymodem
  31.                 GD      to receive one or more files using Ymodem-G
  32.                 ZD      to receive one or more files using Zmodem
  33.  
  34. filename        is the name of a the file to be sent or received.  With a
  35.                 batch upload or download, the filename can be preceded with
  36.                 an @ to indicate that the file is an ASCII text file that 
  37.                 lists the name of the files to be sent or received.
  38.