‎2011 Jun 30 2:33 PM
Hi ABAPERs.
After following info I found in this forums, I goaled to perform an FTP download of several files from an FTP server (FIlezilla) to application server.
This worked properly in development enviroment, but when we have started testing it in Integration (pre-production) we've found that FTP is doing something strange with the files during the execution of FTP command GET... it's adding an end-of-line character in every line of the file, so the content of such files become corrupted.
I haven't set the mode of FTP transfers (neither ASCII nor Binary) in none of the servers... Should I do it? Can you suggest any solution to this?
Kind Regards.
Santiago.
‎2011 Jun 30 3:03 PM
Hello Santiago Luis M ,
Try the Binary and let us know your resuts.
Thanks,
Greetson
‎2011 Jun 30 3:03 PM
Hello Santiago Luis M ,
Try the Binary and let us know your resuts.
Thanks,
Greetson
‎2011 Jul 05 6:42 PM
Sorry for no answering before...
It worked perfectly.
Thank you for your helping.