Hi.
I tried using my local web server because I need to update files to see
the error message. So, I can not give you any address.
I've done just like
% wget -c -N http://localhost/index.html
% vi index.html #some changes
% wget -c -N http://localhost/index.html
Error message was like
----
100%[====================================>] 4,071 17.08K/s
Aborted (core dumped)
----
The contents of dumped file (wget.exe.stackdump) is as below
----
Stack trace:
Frame Function Args
0022E7D8 7C802542 (000006BC, 0000EA60, 000000A4, 0022E814)
0022E8E8 61092444 (00000000, 00000FB0, 0022E908, 610DF47A)
0022E9D8 6109014B (00000000, 00000000, 00000060, 100412D8)
0022EA38 6109062B (00000006, 00000000, 00000000, 00000000)
0022EAE8 610907E0 (00000920, 00000006, 0022EB18, 610909D6)
0022EAF8 6109080C (00000006, 600301DC, 00000000, 00000000)
0022EB18 610909D6 (00000000, 00000000, 00000000, 00000000)
0022ED58 6108DD7F (10040410, 0022ED9C, 0022EDA0, 00000000)
0022EDB8 0041D083 (100403B0, 0022EE40, 0022EE44, 00000000)
0022EEC8 00418104 (00000004, 6115E6BC, 10040090, 77DDDB0D)
0022EF78 61005BC8 (0022EFD0, 00000000, 00000002, 00000000)
0022FF88 61005EB3 (00000000, 00000000, 00000000, 00000000)
End of stack trace
About retrying for ftp, there was no message, just stopped.