I am testing the FTPSYNCH procedure. During my testing I discovered the part of the log written by FTPSYNCH uses line feeds <0A> as record delimiters. (Unix style delimiters)
The FTP part of the log written by WS_FTP Pro uses carraige return/line feeds<0D0A> as record delimiters. (Windows style delimiters)
Using Notepad to view the log makes the log file basically unusable. It doesn't wrap since notepad wants <0D0A> as record delimiters.
I've reported this as a bug.