'How to suppress the status line of cd?

I see a status line of 'cd ok, cwd=/' when I run the following command. I don't want to use the shell feature of 2>/dev/null to suppress it. I want to configure in lftp to suppress this line. Is there a way to do so?

$ lftp -e 'cd;exit' ftp://ftp.swfwmd.state.fl.us
cd ok, cwd=/


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source