home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / MAN / tomac.1 < prev   
Text File  |  1995-09-18  |  4KB  |  125 lines

  1. .TH TOMAC L "October 22, 1992"
  2. .UC
  3. .SH NAME
  4. tomac \- Transmit files to the Mac
  5. .SH SYNOPSIS
  6. .B tomac
  7. [
  8. .B \- options
  9. ] [ files ]
  10. .br
  11. .SH DESCRIPTION
  12. .I tomac
  13. takes the files specified in
  14. .I tomac
  15. and transmits them to the Mac subject to the
  16. .I options
  17. specified.
  18. If
  19. .I files
  20. also specifies directories they are followed recursively, and all files
  21. found will be transmitted.
  22. If no
  23. .I files
  24. parameter is specified, binhex reads a MacBinary stream from standard
  25. input and transmits the files found; folder information is lost.
  26. .SH OPTIONS
  27. In the absence of any options,
  28. .I tomac
  29. takes the specified files and transmits them to to the Mac using the
  30. XMODEM protocol.
  31. Directories named in
  32. .I files
  33. are followed recursively, all files found will be transmitted.
  34. Files are assumed to be in MacBinary format.
  35. However, if the filename ends with .info the file is assumed to be
  36. the info fork of a MacIntosh file split amongst more than one file.
  37. In that case the files with .data and .rsrc extensions
  38. are also read (if present).
  39. Also, if the info fork is mentioned in the parameter list, the names
  40. of data and resource forks can also be mentioned, but those will be
  41. ignored (this is to allow wild-card expansion by the shell.)
  42. Further, if some form of AppleShare is supported by the installed
  43. program, and if the current directory, or one of the directories found
  44. during recursive processing, is a directory in the format of the
  45. supported version of AppleShare, those files will be handled according
  46. to the properties of AppleShare.
  47. .TP
  48. .B \-r
  49. No intelligent file-processing is performed; all files named are assumed
  50. to be plain resource files, and are transmitted as if they were
  51. MacIntosh resource files with
  52. creator "RSED" and type "RSRC", unless another creator and/or type are
  53. specified.
  54. .TP
  55. .B \-d
  56. No intelligent file-processing is performed; all files named are assumed
  57. to be plain data files, and are transmitted as if they were
  58. MacIntosh data files with
  59. creator "MACA" and type "TEXT", unless another creator and/or type are
  60. specified.
  61. .TP
  62. .B \-u
  63. As -d, but the codes for CR and LF are interchanged.
  64. .TP
  65. .B \-U
  66. Is a synonym for -u.
  67. .TP
  68. .B \-c creator
  69. Defines the creator name to be used if one of the previous options is
  70. specified.
  71. .TP
  72. .B \-t type
  73. Defines the type name to be used if one of the previous options is
  74. specified.
  75. .TP
  76. .B \-l
  77. List every file and directory processed.
  78. .TP
  79. .B \-i
  80. Do not transmit files, give information only (implies -l.)
  81. .TP
  82. .B \-q
  83. Ask the user for every file/directory whether it should be visited
  84. (implies -l.)
  85. .TP
  86. .B \-x
  87. Use the XMODEM protocol for transmission.
  88. .TP
  89. .B \-y
  90. Use the YMODEM protocol for transmission (not yet supported.)
  91. .TP
  92. .B \-z
  93. Use the ZMODEM protocol for transmission (not yet supported.)
  94. .TP
  95. .B \-o
  96. Use the pre-beta version of XMODEM.
  97. .TP
  98. .B \-T
  99. Allow for time-out detection during the protocol.
  100. Normally you will not need this option because on occasion, when network
  101. delays do occur, time-out detection interferes with a good transmission.
  102. Also, when for some reason the connection is broken the program will
  103. normally receive a hang-up signal and terminate.
  104. However, in some situations it might be necessary to early detect time-outs
  105. (because of communication loss or whatever, without loss of connection).
  106. You should check whether use of this option has profits in your situation
  107. or not.
  108. .TP
  109. .B \-V
  110. Gives the patchlevel of the program, and other information.
  111. Other options are ignored and the program quits immediately.
  112. .TP
  113. .B \-H
  114. Give short information about the options.
  115. Other options are ignored and the program quits immediately.
  116. .SH BUGS
  117. As this is a beta release, there may still be some problems.
  118. .SH SEE ALSO
  119. macutil(1)
  120. .SH AUTHOR
  121. Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  122. .sp 1
  123. Parts of the code are based on codes from:
  124. Dave Johnson.
  125.