Hi,

I am trying to mirror a ftp site that has multibyte characters (encoded by GB2312) in directory and file names. Unfortunately wget stops after listing with following error code:

(null): Invalid or incomplete multibyte or wide character

Is it somehow possible to transfer files and directories named with multibyte-characters with wget? Or is it question of settings of locale system?

Command used with wget:
wget --mirror --background -o /var/log/mirror_wget.log --progress=dot:binary --retry-connrefused --ftp-user=username --ftp-password=password --no-host-directories --no-parent --restrict-file-names=windows --directory-prefix=/destionation_dir/ ftp://source.com/*

Regs.
Samu

Reply via email to