I'm connecting via SFTP to my Ubuntu 12 server and comparing a set of text files that are binary identical on the remote and the local directory.
The problem is that BC detects that line endings on the remote files are "PC" while those on the local files are "UNIX". Of course, the line endings are LF on both sets of files.
EDIT: Turns out this was caused by the transfer mode being set to "Auto".
The problem is that BC detects that line endings on the remote files are "PC" while those on the local files are "UNIX". Of course, the line endings are LF on both sets of files.
EDIT: Turns out this was caused by the transfer mode being set to "Auto".
Comment