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 / frommac.1 < prev    next >
Text File  |  1995-09-18  |  3KB  |  100 lines

  1. .TH FROMMAC L "October 22, 1992"
  2. .UC
  3. .SH NAME
  4. frommac \- Receive files from the Macintosh
  5. .SH SYNOPSIS
  6. .B frommac
  7. [
  8. .B \- options
  9. ]
  10. .br
  11. .SH DESCRIPTION
  12. .I frommac
  13. receives files from the Macintosh and processes them
  14. subject to the
  15. .I options
  16. specified.
  17. .SH OPTIONS
  18. In the absence of any options,
  19. .I frommac
  20. receives a single file and stores it
  21. in MacBinary format, giving the output file ".bin" extensions and
  22. placing it in the current working directory.
  23. .TP
  24. .B \-3 
  25. Write files in fork format (.info, .data and .rsrc files.)
  26. .TP
  27. .B \-f 
  28. As -3, but empty data and rsrc files are not created.
  29. .TP
  30. .B \-r
  31. Write resource forks only (.rsrc files.)
  32. .TP
  33. .B \-d
  34. Write data forks only (.data files.)
  35. .TP
  36. .B \-u
  37. As -d, but the codes for CR and LF are interchanged, the filename extension
  38. is .text.
  39. .TP
  40. .B \-U
  41. As -u, but there is no filename extension.
  42. .TP
  43. .B \-a
  44. Write files in AppleShare format.
  45. This option is only valid if the program is compiled with support
  46. for some form of AppleShare.
  47. The current directory must be a valid AppleShare folder.
  48. .TP
  49. .B \-s
  50. Write received files to standard output in MacBinary format.
  51. .TP
  52. .B \-l
  53. List every file received.
  54. .TP
  55. .B \-m
  56. Receive multiple files.
  57. Entering ^X (CNTRL-X) after the last file will terminate the program.
  58. .TP
  59. .B \-x
  60. Use the XMODEM protocol for transmission.
  61. .TP
  62. .B \-y
  63. Use the YMODEM protocol for transmission (not yet supported.)
  64. .TP
  65. .B \-z
  66. Use the ZMODEM protocol for transmission (not yet supported.)
  67. .TP
  68. .B \-o
  69. Use the pre-beta version of XMODEM.
  70. .TP
  71. .B \-T
  72. Allow for time-out detection during the protocol.
  73. Normally you will not need this option because on occasion, when network
  74. delays do occur, time-out detection interferes with a good transmission.
  75. Also, when for some reason the connection is broken the program will
  76. normally receive a hang-up signal and terminate.
  77. However, in some situations it might be necessary to early detect time-outs
  78. (because of communication loss or whatever, without loss of connection).
  79. You should check whether use of this option has profits in your situation
  80. or not.
  81. Normally when transmission errors did occur entering a number of times
  82. ^X (CNTRL-X) will gracefully terminate the program.
  83. .TP
  84. .B \-V
  85. Gives the patchlevel of the program, and other information.
  86. Other options are ignored and the program quits immediately.
  87. .TP
  88. .B \-H
  89. Give short information about the options.
  90. Other options are ignored and the program quits immediately.
  91. .SH BUGS
  92. As this is a beta release, there may still be some problems.
  93. .SH SEE ALSO
  94. macutil(1)
  95. .SH AUTHOR
  96. Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  97. .sp 1
  98. Parts of the code are based on codes from:
  99. Dave Johnson.
  100.