I'd been seeing that * isn't interpreted on ftp or lftp. Suppose I want to change a directory from current to say ./japan
In ftp> of lftp>, if I give:
$ cd jap*
it would show this error:
No such file or directory
So, I'm forced to give the complete name:
$ cd japan
EDIT #1
@thomas, @gold: Thank you for your valuable information. As * isn't interpreted with all commands (like cd), is there any way so that I can get away from typing every time the complete file name.