home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 410.lha / XprTransmit_v1.0 / XprTransmit.doc < prev    next >
Text File  |  1990-09-08  |  3KB  |  95 lines

  1.  
  2.  
  3.                       X p r T r a n s m i t   V 1.0
  4.  
  5.  
  6.     This program is shareware. You may freely redistribute it,
  7.     and if you like it, it would be nice to send me a donation
  8.     of DM 10 (German marks) or U.S.$ 6.
  9.  
  10.     Without paying the fee, you may use this program for private
  11.     purposes, but *not* for running a BBS. If you pay, you may
  12.     also include the program into a BBS.
  13.  
  14.     * INCLUDING XPRTRANSMIT INTO ANONTHER PUBLIC-DOMAIN LIBRARY *
  15.     *        THAN THE FRED FISH'S IS STRICTLY FORBIDDEN.        *
  16.  
  17.  
  18. === Documentation: ===
  19.  
  20. This is only a very short documentation, for this is only Version 1.0 and I
  21. wanted to bring this program to publicity as fast as possible.
  22.  
  23. XprTransmit is a CLI-based interface to Xpr-protocols (see Fish 261 or Fish
  24. 247). With this program it is possible to simply start any file-transmitting
  25. protocol without breaking one's head about "call-back"-functions and other
  26. stuff.
  27.  
  28. Be sure to have your Arp-Library (Version 39.1 or higher) and the Xpr-Library
  29. you want to use installed to your "libs:"-directory. Up to now XprTransmit was
  30. only tested with "xprzmodem.library" version 2.0 and "xprascii.library" ver-
  31. sion 0.9. Please let me know, if XprTransmit doesn't work with other proto-
  32. cols.
  33.  
  34.  
  35. Usage: XprTransmit <Send|Receive> <wildcards> Lib=<Xpr-Library> Dev=<Device>
  36.                    [Shared] Opt=<Options> [Quiet] [Delay] [Beep].
  37.  
  38.  
  39. === Description of Parameters: ===
  40.  
  41. SEND | RECEIVE    You must specify exactly one of these switches, depending
  42.         upon you want to upload or download.
  43.  
  44. WILDCARDS    To select the files to transmit you may use any Arp-style
  45.         pattern. Please consult your Arp manual.
  46.  
  47. LIB        Specify the full protocol's library-name here.
  48.  
  49. DEV        Specify the device you have your (null-)modem connected.
  50.  
  51. SHARED        Using this switch the device is opened for shared access.
  52.  
  53.         IMPORTANT NOTE:
  54.         The internal "Supra 2400zi"'s device named "modem0.device"
  55.         doesn't support shared access. So please try to not use
  56.         shared access.
  57.  
  58. OPT        The string specified with OPT used to call the Xpr-Library's
  59.         function "XProtocolSetup".
  60.  
  61. QUIET        With this switch turned on, the info window will not appear.
  62.         Outputs to normal StdOut are not supressed!
  63.  
  64. DELAY        If you set this flag, XprTransmit will wait appr. 4 seconds
  65.         after the transmit is finished before closing the info window.
  66.  
  67. BEEP        If set, XprTransmit will DisplayBeep() all screens if transfer
  68.         is complete.
  69.  
  70.  
  71. === Example for Ascii transfer: ===
  72.  
  73. XprTransmit Send <file-to-send> Lib=XprAscii.Library Dev=serial.device Opt=10
  74.                  Delay Beep
  75.  
  76.  
  77. === Example for ZModem transfer: ===
  78.  
  79. XprTransmit Send Dummy-File Lib=XprzModem.Library Dev=serial.device Delay Beep
  80.  
  81.  
  82. === Bugs: ===
  83.  
  84. - I haven't included yet some call-back-functions described in the Xpr-docu-
  85. mentation. If you discover any messages like "xxx failed." hanging around on
  86. your CLI window, please let me know.
  87.  
  88. - The Carrier signal is ignored.
  89.  
  90. - Currently automatically opens at 2400 baud (exept in shared mode), because
  91. XprzModem.Library doesn't tell me at what rate to open.
  92.  
  93.  
  94. === The End ===
  95.