How do I share files between a PowerPC 8100 OS 7.6.1 and an iMac OS 10.7.4 over ethernet

How do I share files between a PowerPC 8100 OS 7.6.1 and an iMac OS 10.7.4 over peer to peer ethernet connection? I'm trying to get data off the old machine so I can retire it for good. Can I just save the data and worry about file conversion later?

Addendum
There is a relatively simple server-based way of avoiding difficulties with incompatible system versions et cetera. It could possibly be of some interest.
I tested the following between a System 7.5.3 PowerBook 540 and a Windows XP PC. It ought to work with a System 7.6.1 Power Macintosh 8100 and a MacOS X 10.7.4 iMac as well.
a) Download and install Microsoft Personal Web Server 1.0 for Macintosh onto the 8100. If the 8100 does not have a direct Internet connection, carry out the download on another computer, and then try to transfer the hqx file (as it is) on a CD-R (burn at a low speed) or a 1.44 MB floppy (use StuffIt Expander to decode the hqx on the 8100). Do not change or add anything after the installation; just leave the files as they are.
http://support.microsoft.com/kb/164571
b) Drag a compressed example archive (we can call it example_file.sit) to the folder My Personal Web Site (there are other files inside this folder; do not worry about them). Ensure that the compression format is compatible with a decompression tool on the receiving computer.
c) Many people have access to a router (wired or wireless) with a built-in Ethernet switch (usually something like four LAN ports). If applicable, disconnect any incoming Internet (the WAN port). If possible/necessary, switch off the wireless (see the router manual for details about this).
d) Switch off both computers (and the router).
e) Connect an AAUI to RJ-45 transceiver (such as the aforementioned Apple Ethernet Twisted-Pair Transceiver) to the AAUI port of the 8100.
f) Connect an Ethernet cable from the transceiver to the first LAN port of the router.
g) Connect an Ethernet cable from the second LAN port of the router to the iMac.
h) Switch on the router.
i) Start the computers.
j) The TCP/IP control panel on the 8100 is set to connect via Ethernet. DHCP Server is used in this case.
k) Open the Microsoft Personal Web Server control panel.
l) Click on the Start button.
m) Wait (can take a while).
n) Notice the exact address at My URL (under Monitor Web Site). Could be something like http://192.168.1.2 (depends on the router).
o) Launch a web browser on the iMac (I did the testing on the PC with Firefox and Safari).
p) Enter the exact address (see n above) in the browser's address field (http://192.168.1.2 in my example). Press Return. A standard web page should appear. Disregard this page for now.
q) Add the exact file name (example_file.sit) to the address shown in the field. The result would be http://192.168.1.2/example_file.sit in my case. Press Return.
r) The file should start to download to the modern computer.
All the above is intended for a local connection only (otherwise security settings become of importance), and should be considered purely experimental. There are further possibilities (including an FTP plug-in), but it also makes everything more complicated. I have not tested the behaviour with large files or with various files types. Sometimes the server may crash. If so, try a restart. Make sure that you have backup copies of important files already at the 8100 before you begin.
Good luck!
Jan

Similar Messages

  • How do I share files between two Macs on my wireless network?

    I have an iMac G4 and an ibook G3 on a wireless network. I have "file sharing" activated on both computers. (Also Appletalk, which may or may not be a misguided move, but I got the idea from OSX "Help.")
    When I try to get from either computer onto the other, my computer is recognized by name (another alternative is to log on as a "guest"). I'm prompted for a password. None of the passwords I use works. I've tried the administrative passwords for both computers.
    How do I get beyond this hurdle to share files? I've posted elsewhere to no avail. This must be an easy one. How do you share files between two macs on one network?

    Do your accounts on the machines have the same short name? It's an issue I've seen a few names.. one machine with bsmith, the other with bobsmith, but the long names for both being "Bob Smith". The login windows would confuse users because it showed their names, but because the short names didn't match, it wouldn't work.
    The password you should use is the administrative one, so I don't know why you're not having luck.

  • How do I share files between users on the same Macbook pro?

    I have created different users on my new Macbookpro, but I can't seem to share files between two users. Help how do I share files between users on one laptop? eg. a pdf file that I want to grab from my user x and use it on user y, thanks.  By the way I have already tries going into system preferences, sharing folder, then turning on file sharing and that didnt work. thanks

    From the Help Menu using the search criteria Drop Box

  • How do I share files between Macs?

    I have a new Mac running Lion.  My wife has a MacBook running OS X 10.6.8.
    How do I share files between the 2 machines.  Her laptop shows up in my Finder and my Mac shows up in her Finder.  We try to copy files and it looks like they are copied (using iPhoto export), but there is nothing there.  When I try to browse her laptop from my Mac, I am told I don't have permission.
    Is this something that can be done?  I would like to think so.

    Target disk mode is one way: http://support.apple.com/kb/ht1661
    Another way:
    Drop files in the user/Public Folder
    Make changes in >Preferences>Sharing

  • How do I share files between computers (mac's) on the same wireless network?

    How do I share files between computers (mac's) on the same wireless network?

    Turn on File Sharing in System Preferences - Sharing, then you should be able to see them in the other Macs' Finder sidebars (under Shared). Click on them, click Connect As, and log in with the user credentials you're sharing from.
    Matt

  • How do I share files between profiles on my Macbook Pro. 10.8.4, HELP!

    how do I share files between profiles on my Macbook Pro. 10.8.4 I have moved the files to the public folder, shared the folder and enabled sharing in system preferences. however, i still cannot access the files from my other profile. Please help!

    Information.
    Try dropping the files into your wife's Public Folder.
    File Sharing
    File Sharing (2)

  • How do I share files between users on the same machine?

    I tried using /Users/shared to share files between myself (Admin user) and another user on the machine (Standard user). Whenever I put a file or a folder into said directory permissions are 755 for directories and 644 for files, my umask is 0022. The files and directories belong to my user and the group staff. This means I can read and write and others can read. If I do the same using the other users account. Permissions are 700 and 600 respectively. (Owner is the other user and group is staff.) Strangely the other users umask is 0022, too.
    The result is, that all directories and files I create with my account (Admin user) are readable to every other user on the machine, whereas all directories and files the other user (Standard user) creates are not readable for anyone else. I can easily rectify this using the Terminal and chmod and/or chown, but it is a pain having to do this, since I also need to forcefully restart the Finder App for it to notice the changed permissions.
    Ideally I'd like all directories in /Users/Shared to have permissions 777 and all files 666 no matter which user created, copied or moved them to said location. I think this could possibly be done using applescript and shellscripting and the folder action hook. So far my attempts to find such a script on the net or/and write it myself have failed. I'd be grateful for any hints how I:
    a) write and setup such a script
    b) accomplish what I try to do (share files and folders on the same machine) in another possibly more Mac way
    Kind regards
    David

    The following AppleScript will recursively descend the directory tree and change the items to your modes:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to this_folder after receiving these_items
    repeat with some_item in these_items
    ProcessStuff from some_item
    end repeat
    end adding folder items to
    to ProcessStuff from SomeItem
    processes items contained in SomeItem, recursively descending the directory tree
    parameters - SomeItem [mixed]: an item containing the items to process
    returns nothing
    set SomeItem to SomeItem as text
    set FileInfo to (info for SomeItem as alias)
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    do shell script "chmod 666 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    try -- to get items in the folder
    tell application "Finder" to set SubFolder to (items of folder SomeItem)
    on error
    return {}
    end try
    repeat with SubItem in SubFolder -- process the sub items
    ProcessStuff from SubItem
    end repeat
    else -- a file
    do shell script "chmod 777 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    end if
    return
    end ProcessStuff
    </pre>
    You shouldn't need to change the ownership, so I commented out the chown shell script since this would need to be run as a super user. You can run a shell script with administrator privileges, but in order to be used by a standard user you will need to provide the appropriate user name and password in the script, which might not be a good idea - note that the folder action script will need to be attached in all accounts that you want to change the permissions, which means that it would need to be accessible to those accounts.

  • How do I share files between my two computers?

    I have one computer (which is somewhat old) that doesn't have wireless capabilities as well as a newer laptop and a Wii which are both connected to the internet wirelessly.  How do I share files and such between these machines?

    Enable File and Printer Sharing on each computer.Also make sure both the computer's are in the same workgroup...
    The default workgroup name in Windows Vista has been changed to WORKGROUP. In WindowsXP, the default workgroup name is MSHOME...
    Also go into the computer software firewall on each computer, and set it to "trust" the other computers on your network.
    If your firewall or PC security program keeps a list of trusted applications (also known as a "trusted zone"), then make sure that your router is in the trusted zone on your firewall...

  • Bespoke Digital Media: How can i share files between my iPhone5 and other company phones ?

    hi
    I am from Bespoke Digital Media. I wants to share files between iPhone5 and Samsung galaxy S4. How should i do this? Kindly help me.
    Thanks
    Aan Rai

    Not sure what type of files you are trying to share, but you can't use Bluetooth.
    Emails/text the files to each device.

  • How do i share files between users

    I would like to know how to share documents (files) between users on my iMac.   Any suggestions would be welcome.

    Choose Go to Folder from the Finder’s Go menu, provide /Users/Shared/ as the path, and drag them there.
    (117100)

  • How do I share files between OS Macs on non-apple wireless network?

    Hello:
    We have two iBook G4s, one with 10.4.4, and the other with 10.3.x. When they are connected via hard cable ethernet, they see each other and can share files. But when connected via wireless, they cannot see each other. What do we do?
    Thanks!

    If they're on the same wireless network, there is no inherent difference between this and a wired network.
    If the sharing isn't working then there's something else amiss. Can you describe the network setup in more detail so that someone might be able to spot the issue.

  • How do I share files between my iPhone 5 and MacBook Pro?

    I need to transfer files between my iPhone 5 and my MacBook Pro. The latter is running Mavericks. I have enabled AirDrop on both devices (I chose "AirDrop for Everyone" on my iPhone), but when I click the AirDrop file in Finder on my Mac, my iPhone doesn't appear. 
    Thoughts?

    Sorry; I've got Yosemite installed on my MacBook Pro, not Mavericks anymore.

  • How do I share files between user accounts on same MBP

    My wife and I both share a MBP and have different logins. We want to be able to access (not just read but also edit) document files in each others Home. From reading the Apple information on sharing files, we can do that by placing them in a Public or Shared folder.  But that only gives a the ability to read, not write the files.  Am I interpreting that correctly?  Or is there a way to do this?

    You can transfer the file to your computer, change it, then put it back in the Shared Folder.

  • How can I share files between two users? or merge the user accounts

    my laptop came home from the shop with two user accounts -never noticed that before - and some files are in one user account, some in another. I want to share them so I can just use one account. I just upgraded to Lion, so that may be an issue. Best of all would be to merge the two accounts so I don't have to think about it- just like 2 weeks ago. As it is, I have to log into one account to use Quicken, and another to use iWork - else I cannot access the files

    Move the files to /Users/Shared/ and from there into the other account.
    (67841)

  • How do i share files between two computers using the ethernet?

    i have bought a cord that is ethernet to ethernet. i do not understand how or where to go after the two computers are seemingly connected. i have a bunch of photos on iphoto id like to transfer. thank you.

    Out of curiosity do you already have a home network? If so do both computers connect to the network? In this case just use File Sharing which is enabled in the Sharing preferences.
    File Sharing on Macs
    Mac 101- File sharing
    Tutorial- File sharing in OS X - MacFixIt

Maybe you are looking for

  • For some reason My Imac will not wake up with bluetooth Trackpad or keyboard from being in sleep mode over night.

    During the day it wakes up fine. this just happens on over night. I can press the power button on the Imac and screen wakes up but my trackpad or keyboard will not work. After I Restart my Imac by holding down the power button until it shuts down and

  • Who do I have to pay to get photos on my iPhone?

    Seriously ... I've tried progressive, I've tried baseline, I've tried different compression levels, .jpeg/.jpg, different resolutions, RGB, CMYK, everything known to man. Why is it impossible to get photos to sync from a folder to my iPhone? Every ti

  • Help on how to setup a WRT320N as an access

    I need help to setup a WRT320N as an Accesspoint. I also have a WAG320N as mt main connection to the internet. It settings are 192.168.1.1. It is also set for 50 users with a starting ip of 192.168.1.100 The setting I am trying to use for the WRT320N

  • PreCompilation of JSP in Weblogic

    i am using Weblogic 8.0. i wanna write ant script for precompilation of JSP. Could anybody provide the build.xml           Thanks in advance.

  • One song smart playlist?

    How would I make a Smart Playlist that would only show just the tracks that I only own one song off an album ? I have a lot of "one hit wonder" single songs from bands that I only own one track of. How would I find them? I don't see how I can make iT