New article up about remote file access with AFP
November 13, 2007
I’m pulling out the geek hat…I just posted a new article about my recent experience switching from the Samba file-sharing protocol to AFP. If you’re remotely interested in sharing files between more than one computer, or getting to your files at home when you’re on the road, check it out.
NERD ALERT: This one’s going to be pretty bad. If you aren’t interested in servers, file protocols, and the geeky ability to access your files anywhere, turn away now.
Those who know me know I run a decently big file server at home. It’s an AMD system running Ubuntu Server with about 1.6 TB of hard drive space (that’s 1,600 GB). I store most of my stuff on that server — personal documents, client projects, web site development code, TV shows, movies, pictures, music, software backups, you name it. None of my Macs actually have any documents stored on them — it’s all on the server, which I depend on having access to wherever I go.
On the road, I typically would use the somewhat klutzy method of downloading files I need via FTP, working on them on my MacBook Pro, and then re-uploading them when I was done or when I got home again, to keep the server up to date (this excludes code, for which I use the Subversion version-tracking system). At home, I have until now used the Samba protocol (the file-sharing system native to Windows) to mount the shared directories and work on them directly over my gigabit network.
I recently had an epiphany about the way I was doing things. My Samba setup was a holdover from when I had all Windows boxes. I continued to use it when I moved to Macs because it pretty much works with everything — Linux, OS X, Windows. However, while compatible with many things, it excels at nothing. It is slow, it is limited to Windows filenaming conventions (UNIX/Linux is much more flexible about file names), it has an extremely limited permissions system, and it can’t really be used over the Internet — hence why I was using FTP while away from home to access my files, because using Samba through the Internet is about as fun as pulling your fingernails out with pliers. It’s just so slow, if you can get it to work at all.
Then I discovered AFP. Despite having had it operational for less than 24 hours, I think it’s safe to say that AFP has changed my life.








