I’m transfereing an ASCII file from an AS/400 over to a NT server using FTP.
FTP is truncating some of the lines because there is no data at the end of some lines. This is causing when the file tries to load into a database on NT.
Is there any way to force FTP to include the blank spaces at the end of the line that the AS/400 includes in the file?
I’m using NT’s standard FTP client.