home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / zedzap05.lha / zedzap.doc < prev    next >
Text File  |  1992-11-27  |  4KB  |  132 lines

  1.  
  2. XProtocolSetup options:
  3.  
  4.  T = Text Mode
  5.  
  6.     TY = Force text mode on
  7.     TN = Force text mode off
  8.     T? = Use other end's text mode suggestion (default to binary)
  9.     TC = Ask comm program for file type
  10.  
  11.  O = Overwrite Mode
  12.  
  13.     OY = Yes, delete old file and replace with new one
  14.     ON = No, prevent overwrite by appending ".dup"
  15.     OR = Resume transfer at end of existing file
  16.     OS = Skip file if it already exists; go on to next
  17.  
  18.  B = File Buffer
  19.  
  20.     Size of the file I/O buffer in kilobytes
  21.  
  22.  F = Framelength
  23.  
  24.     Number of bytes we're willing to send or receive between ACKs
  25.  
  26.  E = Error Limit
  27.  
  28.     Number of SEQUENTIAL errors that will cause an abort (max 32767)
  29.  
  30.  A = Auto-Actiave Mode
  31.  
  32.     AY = Auto-Activate if ZRQINIT is received
  33.     AN = Don't look for ZRQINIT
  34.  
  35.  D = Delete-After-Sending Mode
  36.  
  37.     DY = Delete files after successfully sending them
  38.     DN = Don't delete files after sending
  39.  
  40.  K = Keep-Partial-Files Mode
  41.  
  42.     KY = Keep partially-received file fragments to allow later resumtion
  43.     KN = Delete partially-received file fragments
  44.  
  45.  S = Send-Path Mode
  46.  
  47.     SY = Send full filename including directory path
  48.     SN = Send only the filename
  49.  
  50.  R = Receive-Path Mode
  51.  
  52.     RY = Use full filename exactly as received; don't use P option path
  53.     RN = Ignore received directory path if any; use path from P instead
  54.  
  55.  C = Different BPS Rate
  56.  
  57.     It may happen that your XPR interface does not tell the library the
  58.     current baud rate. If this field is used then the specified BPS rate
  59.     will be used instead of what is found in v->Baud (this will then
  60.     also influence the block length when sending). This value must lie
  61.     between 300 and 57600.
  62.  
  63.  N = Send-No-Files Mode
  64.  
  65.     ZedZap requires the ability to send no file at all. If this option
  66.     used then a ZFIN is sent as soon as the transfer is started. Use
  67.     this option if you plan on using this library for ZedZap or ZedZip
  68.     transfers on Fidonet.
  69.  
  70.     NY = Pretend a transfer if there are no files to be sent (Fidonet)
  71.     NN = Behave like Zmodem would in this situation (normal)
  72.  
  73.  M = Maximum Block Size
  74.  
  75.     This determines the maximum block size that can be used while sen-
  76.     ding. The limit is 8192 bytes which is required for ZedZap transfers.
  77.  
  78.  L = Fall-back/Fall-forward Mode
  79.  
  80.     LY = Allow the block length to change as errors occur while sending
  81.     LN = Never change the block length
  82.     LB = Allow the block length to only fall back when errors occur
  83.     LF = Allow the block length to only fall forward (???)
  84.  
  85.  U = Dos.Library Mode
  86.  
  87.     UY = Yes, open the dos.library and then perhaps try to open a window
  88.     UN = No, don't open the dos.library
  89.  
  90.  V = ENV: Variable Start
  91.  
  92.     This string (up to about 25 letters) is  what the variables that the
  93.     xprzedzap.library  will open  start  with. If  this is left out, the
  94.     variables will be assumed to start with "ENV:". (you can also  relo-
  95.     cate these somewhere else)
  96.  
  97.  P = File Path
  98.  
  99.     Receive files into the therin specified directory if RN is selected
  100.  
  101. ENV: variables
  102.  
  103.     If you specify that you wish to open the dos.library, then the
  104.     xprzedzap.library will look for ENV:ZedZapWindow which should contain
  105.     something like "RAW:0/0/640/130/ZedZap/SCREEN Welmat's Public Screen".
  106.     You can set the ENV: variable by either editing a file or using the
  107.     AmigaDOS "setenv" command. This can also be set from within some
  108.     programs. This window should be at least the previously specified
  109.     size, and will contain information about the file that is being trans-
  110.     fered. If the V option is used, then the ENV: variable is required
  111.     to start with that (ie "VNode1_" would open up "Node1_ZedZapWindow".
  112.     This allows multiple windows to be opened with different appearan-
  113.     ces.
  114.     In the future, some additional options may be specifiable via ENV:
  115.     variables.
  116.  
  117. Bug Fixes:
  118.  
  119. 0.80
  120.    -8192 byte packets can now be correctly received
  121. 0.85
  122.    -supports the Welmat reccomdation of a xpru_status field
  123. 0.90
  124.    -optional dos.library functions
  125.    -customizable status window for transfers if the XPR interface does
  126.     not seem to be showing enough (like the BETA versions of Welmat)
  127.    -improved multiple program support so that multiple programs can open
  128.     the same library
  129.  
  130. -Yves Konigshofer
  131.  Fidonet#1:109/456.0
  132.