Why is my FTP adapter polling text file from source FTP in binary data representation mode ?
Hello..
I have created an FTP adapter polling OSB service (12.2.1.3) . Whenever the OSB service runs it polling course, it picks the file but the downloaded content are changed. I had specified opaque schema, but the output base 64 encoded data, when decoded turns out to be some garbage and downloaded file ended up in error directory.
I did some research and it appears that data representation mode for file polling used by FTP is binary and not ascii.
(I tried to download the file from FTP manually via command line and specified binary representation type and my manual download data was same as the one downloaded by FTP adapter).