Hay guys, I’m writing a PHP application to take a NZB file, grab the Yenc files from that, download them, then combine them, then decode them back into binary state.
I’ve managed the first part, but I’m having trouble combining the Yenc files back into 1 Yenc file.
any ideas?
Thanks
Have you looked at yEnc PHP Class? That should handle your decoding problem?
If the only problem remaining is combining the parts, have you tried a simple binary-safe append?