Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

B.4.4 The line feed code is not converted when a text file is transferred.

Issue: If vsftpd is used for file transfer (FTP) in Linux server remote development, when a text file is transferred the line feed codes remain as Windows line feed codes (0x0d0a) rather than changing to Unix line feed codes (0x0a).

Solution: To enable conversion of the line feed code, delete # at the beginning of the following lines, which are commented out, in the /etc/vsftpd/vsftpd.conf file:

Before modification

#ascii_upload_enable=YES
#ascii_download_enable=YES

After modification

ascii_upload_enable=YES
ascii_download_enable=YES