UPDATE: 26/02/06
I've found a much easier, more reliable way to share files using the Personal Web Sharing feature of OS X. This method will allow you to access files on your Mac from a Pocket PC on the same network.
How to share files on a Mac with a Pocket PC using OS X Personal Web Sharing
Important: Make sure that your mac and axim are behind a firewall or router, or else the files you share will be open to the entire Internet. (Probably not a good thing!)
1. Set up your Mac to use a static IP address, if it isn't already. If you don't know how, follow
this tutorial or consult your friendly neighbourhood techie/sys-admin.
2. Go to
System Preferences > Internet and Network > Sharing and enable
Personal Web Sharing by checking the box to the left of its entry on the list of services.
3. After a few seconds, the text to the right of the list should say "Personal Web Sharing On." Underneath the list, the text should provide you with an address for your personal webspace. It will be in the form of
"http://my.ip.address/~username/". Remember this address or copy it down.
4. Try accessing the address in Safari or on your PPC, and you will be provided with an auto-generated welcome page. We don't want this page to show up, so get rid of it by deleting or renaming the
index.html file in the
Sites folder of your user's Home directory.
5. To share a file, stick it in the
Sites folder and then go to the address you copied down in Pocket IE on your Axim. You should be brought to a listing of all the files in the directory, and you can tap any of them to download them to your device. Keep in mind that you need to have the ending "/" in the URL, or else PIE will look for the non-existent index file and give you an error. 6. Add the site to your PIE favourites for easier access, and now you have single-tap access to files on your Mac!
I hope that's clear enough. Here are the older Samba instructions if anyone wants them, but I don't reccommend this method because it's very unreliable.
How to share files over SAMBA (Not recommended, try the websharing method first)
If you have your Axim connected to your home network, you can share files through Samba! (Enable samba by checking "Windows Sharing" under System Preferences > Sharing.)
However, unlike a Windows PC, your PPC won't be able to connect to your mac with Samba's default settings. You need to add an option to the Samba configuration file, and this requries you to take a peek into the UNIX base of OS X. But it's not as hard as it sounds:
1. Open Terminal.app in Applications/Utilities/
2. Type
'sudo pico /etc/smb.conf' (without the quotes) and press ENTER.
3. You will be prompted for a password; this is the administrator password you use to install applications. Type it in, and press ENTER.
4. The pico editor will load. Scroll down the file with the arrow keys to the section entitled
'
[global]' and add this new line underneath: '
use spnego = no'.
5. Press Ctrl-O and save your changes to the file, then press Ctrl-X to quit pico.
6. Type '
killall smbd && smbd' to restart the samba server with your changes.
7. Now you should be able to connect to your mac from your Axim. Make sure your Ax is connected to your home network, open File Explorer and tap 'Open.' Enter \\computername\username into the path. So if my mac's name is 'koopa' and my user account is 'mitchell', I enter \\koopa\mitchell.
8. You will be prompted for your username and password. (This is your user name and password on the mac.)
9. The contents of your home directory on the mac should load in File Explorer. You can copy and paste files in this directory onto your Axim, as well as move files from your Axim on to your computer by putting them in this folder. When you want to transfer files to your Axim in the future, just put them into your account's home directory and then repeat steps 7 and 8.
It's a bit messy, but it works fine for me on a Mac Mini running OS 10.4.1 with an Axim x50v, both connected to a wireless network. Hope this helps! :approve: