I would like to capture the progress information during downloads. I have tried, for example from a cmd prompt:
c:\Windows\ncftpget ftp://speedtest.tele2.net/1MB.zip > mylog
c:\Windows\ncftpget ftp://speedtest.tele2.net/1MB.zip >> mylog
c:\Windows\ncftpget ftp://speedtest.tele2.net/1MB.zip > mylog 2>&1
Mylog is always written with 0 bytes, unless the file to be downloaded is already present. In that case I get a 92 byte error message. The problem seems specific to ncftpget. It works with Windows 10 ftp.