Hi Folks,
I need to transfer .csv files from one Linux Server to other. I define a FILENAME FTP statement and use a infile/file to transfer it. Transfer finish ok but when I verify the file, it loss some bytes of information. For example, some lines are "break" to new lines.
Example of original file:
Example of file after transfer:
This happen in any file, no matter what size is it. I tried adding BINARY on FILENAME statement but the same happens.
Any idea?