× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Don,

Indeed, that is the way ASCII mode is supposed to work.  in ASCII mode, the sending computer converts the end-of-lines to CRLF (hex 0d0a).  The receiving computer should, then, convert these to it's own native format.

For example, if you are on a Windows PC and connecting to Unix, when you switch to ASCII mode, it will send CRLF, and since it's the norm on Windows, it'd keep it as-is when saving the file.

On the other hand, if you are on a Unix machine, the receiving FTP client would convert the CRLF to just LF.  Because that's the norm on Unix.

This is the purpose of ASCII mode.

Since IBM i does not really have a standard between LF and CRLF, it will just save the CRLF.

Maybe you should be receiving the data using binary mode so that it's not converted?

-SK


On 2/15/23 1:30 AM, Don Brown via MIDRANGE-L wrote:
We are transferring files from a new ftp server hosted on a unix/linux
system.

The transfer is using ascii mode

If you look at the ascii file there are CRLF (0A0D) at the end of each
line

After ftp'ing the file directly to a physical file we have a end of line
character of hex 0D

Here is an example
,,,13/02/23,12:50,$20.55,$0.00,006793,V31142█
666FF6FF6FF6FF7FF65FF4FF65F4FF6FFFFFF6EFFFFF0444
BBB13102123B12A50BB20B55BB0B00B006793B531142D000

Our process to then read the file wich is in csv format was then failing
on the end of line character.

We have added some code to replace the hex 0D with a blank and this has
enabled the file to be processed but I have not been able to find any
other option.

So just asking the group if someone has hit this issue before and how they
resolved the problem

With files that we ftp from a windows server there is no end of line
character at all as per the following example

Pay Period,,2302,,Account Number ,,4770,,,,,,,,,,
D8A4D8989866FFFF66C889A9A4DA9889466FFFF666666666644444
7180759964BB2302BB133645305442590BB4770BBBBBBBBBB00000


Any suggestions welcomed

Don



--
This email has been scanned for computer viruses. Although MSD has taken reasonable precautions to ensure no viruses are present in this email, MSD cannot accept responsibility for any loss or damage arising from the use of this email or attachments.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.