Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems with FTP Command GET.

SantiMoreno
Participant
0 Likes
438

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Hello Santiago Luis M ,

Try the Binary and let us know your resuts.

Thanks,

Greetson

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hello Santiago Luis M ,

Try the Binary and let us know your resuts.

Thanks,

Greetson

Read only

0 Likes
406

Sorry for no answering before...

It worked perfectly.

Thank you for your helping.