method
retrlines
v1_8_7_330 -
Show latest stable
- Class:
Net::FTP
retrlines(cmd)public
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”).