A week ago we switched to a new file server that had different FTP service. It took a while to fix problems related to the fact that the new file structure (that was supposed to be a copy of the old one) was case sensitive (vs case insensitive old one), so we had to change a lot of existing FTP scripts.
But now when I though that we are all set I found that new FTP service removes Hex 0D’s from the text files.
I am using FTP threads to transfer messages to that file server and I just found out that the messages do not have 0D’s – it’s just one line. That breaks my parsing process that tries to read segments line by line.
Any suggestions how to make the new FTP service keep 0D’s? For now I probably will have to switch to binary mode but I didn’t have to do it before.
Any help will be appreciated.
Thanks