java - Create AppleDouble formatted file in Linux -
I'm working on an application that sends data for Mac OS, files are uploaded and If they have information about resource fork, then read Kanka and store it as a string: file / .. namefork / rsrc
User using your files using the web application (Java) which is running on a Linux server, there is no way O I have a legitimate Appldebl format file only data fork and string would be generated by using what I've read the name? I do not feel like losing the Finder metadata.
Note: A file designed for Mac OS users will be downloaded (using web application).
Is it possible
As far as I You know, OS 9 / OS X can only use resource forks on files provided by AppleTel shares. For other media, e.g. The only way to preserve SMB (Microsoft Networking) or HTTP, resource fork is to keep the file in one collection.
There are several Mac-specific collection formats that support it, for example, and I am very doubtful that Linux Binaries for Stuff will allow a processing fork packaging from a different file, but less Less than is something for your evaluation.
Looking at the Wikipedia entry, it seems that it could be possible to create such a file from a non-Apple machine, and using the multipart / appledouble MIME type Sending a file might you call this binary with your Java code?
Comments
Post a Comment