GIVEN: I am a novice on the AS400 platform, at best
PROBLEM: We need to transfer variable width, pipe-delimited ASCII files from a Windows 2003 server to an FTP server running on V6R1. The files arrive and are properly translated to EBCDIC, but they are huge. A 3.5Mb file becomes a 200+ Mb member. A 9Gb file fails because we bump up against some manner of quota.
INTERESTING FACT: When done in binary mode (no translation), the file appears on the server side as FILENAME.FILE with one member named FILENAME.MBR. The transfer size is correct, but the file is not readable by native tools because of the ASCII encoding.
INTERESTING FACT: This has been tried on three V6R1 machines with the same results. So I'm fairly certain this is normal behavior that I just do not understand well.
My gut feeling here is that the server is extending the file as it adds new rows to it -- but I really don't have a better guess that that at this point. Has anyone seen this behavior before, and do you know what it takes to avoid it?
Thanks in advance to anyone taking the time to contribute. I do appreciate it.