retrlines(cmd)
Instance Public methods
Puts the connection into ASCII (text) mode, issues the given command, and
passes the resulting data, one line at a time, to the associated block. If
no block is given, prints the lines. Note that cmd
is a server
command (such as âRETR myfileâ).
Please login to continue.