Using grep and ls in FTP client?

ftp, grep, ls

Solution

lftp can, exactly the way you typed.

Problem

How could I use `grep` and `ls` in FTP client... I mean if I want to find some specific file I could use: ``` ls -l | grep pattern ```

Original source