Thanks for your answer!

I tried to set local charset as UTF-8 using:
/opt/bin/lftp ftp://${userFTP}:${passFTP}@${servFTP} -e "set file:charset
UTF-8; mirror -n ${repIgnore} ${repFTP} ${repLocal}${name}/ ; quit"

Then local and mirror charset as UTF-8:
/opt/bin/lftp ftp://${userFTP}:${passFTP}@${servFTP} -e "set file:charset
UTF-8; set ftp:charset UTF-8; mirror -n ${repIgnore} ${repFTP}
${repLocal}${name}/ ; quit"

But it didn't anything better. I still have exactly the same error. Did I
specified correctly the options?

Thanks
Pascal

2012/1/16 Alexander V. Lukyanov <l...@netis.ru>

> On Sun, Jan 15, 2012 at 09:09:58PM +0100, Pascal Sandrez wrote:
> > file "Oasis - Don't Look Back In Anger.txt" gives the following message:
> > "mirror: Access failed: 550 Oasis - Don?t Look Back In Anger.txt: No such
> > file or directory"
>
> Probably the character cannot be expressed in local charset. Try to use
> UTF-8
> as local charset.
>
> --
>   Alexander.
>
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to