fails:Net::FTP#get (binary mode) sends the RETR command to the server
fails:Net::FTP#get (binary mode) returns nil
fails:Net::FTP#get (binary mode) saves the contents of the passed remote file to the passed local file
fails:Net::FTP#get (binary mode) when passed a block yields the received content as binary blocks of the passed size
fails:Net::FTP#get (binary mode) when resuming an existing file saves the remaining content of the passed remote file to the passed local file
fails:Net::FTP#get (binary mode) when resuming an existing file and the REST command fails raises a Net::FTPProtoError when the response code is 550
fails:Net::FTP#get (binary mode) when resuming an existing file and the REST command fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#get (binary mode) when resuming an existing file and the REST command fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#get (binary mode) when resuming an existing file and the REST command fails raises a Net::FTPPermError when the response code is 502
fails:Net::FTP#get (binary mode) when resuming an existing file and the REST command fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#get (binary mode) when resuming an existing file and the REST command fails raises a Net::FTPPermError when the response code is 530
fails:Net::FTP#get (binary mode) when the RETR command fails raises a Net::FTPTempError when the response code is 450
fails:Net::FTP#get (binary mode) when the RETR command fails raises a Net::FTPProtoError when the response code is 550
fails:Net::FTP#get (binary mode) when the RETR command fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#get (binary mode) when the RETR command fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#get (binary mode) when the RETR command fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#get (binary mode) when the RETR command fails raises a Net::FTPPermError when the response code is 530
fails:Net::FTP#get (binary mode) when opening the data port fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#get (binary mode) when opening the data port fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#get (binary mode) when opening the data port fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#get (binary mode) when opening the data port fails raises a Net::FTPPermError when the response code is 530
fails:Net::FTP#get (text mode) sends the RETR command to the server
fails:Net::FTP#get (text mode) returns nil
fails:Net::FTP#get (text mode) saves the contents of the passed remote file to the passed local file
fails:Net::FTP#get (text mode) when passed a block yields each line of the retrieved file to the passed block
fails:Net::FTP#get (text mode) when the RETR command fails raises a Net::FTPTempError when the response code is 450
fails:Net::FTP#get (text mode) when the RETR command fails raises a Net::FTPProtoError when the response code is 550
fails:Net::FTP#get (text mode) when the RETR command fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#get (text mode) when the RETR command fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#get (text mode) when the RETR command fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#get (text mode) when the RETR command fails raises a Net::FTPPermError when the response code is 530
fails:Net::FTP#get (text mode) when opening the data port fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#get (text mode) when opening the data port fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#get (text mode) when opening the data port fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#get (text mode) when opening the data port fails raises a Net::FTPPermError when the response code is 530
