Você tem um .
extra no final da sua linha de comando. wget
não é como cp
e não aceita um diretório de destino. Então, depois de baixar todos os seus arquivos do servidor FTP, ele tenta baixar um arquivo (usando HTTP) do servidor .
.
E para -nc
, está documentado que faz algo diferente do que você espera:
When running Wget without -N, -nc, or -r, downloading the same file in the same directory will result in the original copy of file being preserved and the second copy being named file.1. If that file is downloaded yet again, the third copy will be named file.2, and so on. When -nc is specified, this behavior is suppressed, and Wget will refuse to download newer copies of file. Therefore, ‘‘"no-clobber"’’ is actually a misnomer in this mode---it’s not clobbering that’s prevented (as the numeric suffixes were already preventing clobbering), but rather the multiple version saving that’s prevented.