retrbinary(cmd, blocksize, rest_offset = nil)
Instance Public methods
Puts the connection into binary (image) mode, issues the given command, and
fetches the data returned, passing it to the associated block in chunks of
blocksize
characters. Note that cmd
is a server
command (such as âRETR myfileâ).
Please login to continue.