|
> From: Leif Svalgaard > > I don't *know* the answer. It is perfectly possible that the > limit in IFS is > 256G, > but that some of the programs (e.g. FTP) uses 32-bit unsigned integers and > therefore get in trouble around 4G. I sense this is the case, Leif. I'm pretty sure they're just overflowing and ending without telling anyone. This would not be unusual behavior in a *NIX program. That means I'll have to be very creative to handle savefiles over 4GB. The only way I can think of is to split the file into chunks divisible by 528 (savefile record length) and copy them directly to a physical file, combine the PFs, and then write the PF to a savefile using the old OVRSAVF technique. I think, though, that I may just have to limit my clients' individual savefiles to under 4GB. Joe
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.