I'm guessing you're extracting the tarball with StuffIt Expander? I notice it does have a problem with filenames of length > 31 characters; since it's a Carbon app, it can't handle really long names. The only way I can think of is using the tar command in a Terminal window,
I know HFS+ can handle long filename; I'm guessing UFS can as well. Which filesystem are you using as the target when doing the tar? As a test,
Code:
$ ls
play.tar
$ tar xvf play.tar
this is an even longer filename which defintely goes past 31 characters
$ ls
play.tar
this is an even longer filename which defintely goes past 31 characters
The Tarball is actually from a Redhat system. I am trying to mirror across to my Titanium so that I can work on the website offline, but many images are above 31 characters and get cut off.