On Mon, Oct 10, 2005 at 01:07:36PM +0400, Arkady Sherman wrote:
> Dear, Alexandr.
> Would you be so kind to give me an advise about the problem with the 
> Russian letter "я" in names of files. If there is "я" symbol in a name 
> of a file on an ftp server with windows-1251 code page translation, lftp 
> fail to retrieve such files with the following log:
> 
> lftp settings -
> set file:charset windows-1251
> set ftp:charset windows-1251
> 
> log -
> Transferring file `2004-10/Годен М., Волновая функция Бете.pdf'
> mirror: Access failed: 550 "Годен М., Волноваяя функцияя Бете.pdf": no 
> such file. (Годен М., Волновая функция Бете.pdf)
> 
> so lftp seems to double the "я" symbol.
> Is there a way to walk it around?

Yes:

    set ftp:use-telnet-iac no

In fact is a server problem - it does not conform to RFC959. (BTW, it
probably does not use IAC character only one way as it returns `я'
doubled.)

-- 
   Alexander.                      | http://www.yars.free.net/~lav/   

Reply via email to