Hi! I tried to continue downloading a half existing file with: wget -c "ftp://www.test.com/file.c" -O "testfile.c"
But I realised that this doesn't work as I want, because according to wgets info page the -O option overwrites an existing file. I'd like to know if there is any possibility wget could continue downloading an existing file with the -O option. Thank in advance Georg
