When I use wget to download something, I found a problem. If the first
command is executed, the "-c" and "-N" options work. But if the second
command is executed, the "-c" and "-N" options do not work. The
difference from two commands is that the second one uses the "-O" option
but the first one do not use.

(1) wget -c -N ftp://ftp.tsinghua.edu.cn/pub/GNU/cvs-1.9.tar.gz

(2) wget -c -N -O./cvs.gz
ftp://ftp.tsinghua.edu.cn/pub/GNU/cvs-1.9.tar.gz


I do not know what is wrong with the second one. Is it possible to use
"-c -N" options with "-O" together?


Thanks,
Yang Jianmin

2001/7/5

Reply via email to