method

retrlines

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - 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").

Show source
Register or log in to add new notes.