amiga/Mac transfers
15-Oct-86 20:33:52
Sb: #36205-amiga/Mac transfers
Fm: mike babulic 72307,314
To: Bill Christens-Barry 75475,1674
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Part of the problem might be that mac files are forked. Data resides in the
data fork and resources (windows, menus, dialogs, fonts, etc.) are in the
resource fork. The data fork on a Mac is what an ordinary file looks like
on other machines. If you do a "straight XMODEM" transfer in MacTerminal,
or a TEXT file transfer in RedRyder all you will get is the DATA FORK.
Since fonts are resources, they reside in the resource fork, and since a
font file contains only fonts THE DATA FORK IS EMPTY so there is nothing to
transfer. You can transfer the whole file using the "MacBinary" protocal.
Select it from the file transfer options in MacTerminal. Use the MacBinary
option from the XMODEM & KERMIT PREFERENCES in RedRyder. You might then
have to translate from MacBinary depending on what ypu are doing. You can
find infoe on macbinary on Maug. One thing tho' MACWRITE DOES NOT PRODUCE
AN ASCII FILE, IT IS COMPRESSED But you can translate to text file & then
transfer it. Good luck!