On Fri, Dec 21, 2007 at 01:58:12PM +0100, Daniel Grund wrote: > The server seems to be using UTF-8. lftp automatically chose the file:charset > ISO8859-15 > for itself. ftp:charset is not set. > > The filename still shows up with a questionmark instead of the german > umlaut that FreeBSD's builtin ftp shows.
Probably the server is not correctly configured, thus does not correcly convert iso8859-15 to utf-8. Try `set ftp:use-feat off' in lftp. Then lftp won't select UTF-8, and probably will work with the default encoding. -- Alexander.
