fails:Net::FTP#putbinaryfile sends the STOR command to the server
fails:Net::FTP#putbinaryfile sends the contents of the passed local_file, without modifications
fails:Net::FTP#putbinaryfile returns nil
fails:Net::FTP#putbinaryfile when passed a block yields the transmitted content as binary blocks of the passed size
fails:Net::FTP#putbinaryfile when resuming an existing file sends the remaining content of the passed local_file to the passed remote_file
fails:Net::FTP#putbinaryfile when resuming an existing file and the APPE command fails raises a Net::FTPProtoError when the response code is 550
fails:Net::FTP#putbinaryfile when resuming an existing file and the APPE command fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#putbinaryfile when resuming an existing file and the APPE command fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#putbinaryfile when resuming an existing file and the APPE command fails raises a Net::FTPPermError when the response code is 502
fails:Net::FTP#putbinaryfile when resuming an existing file and the APPE command fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#putbinaryfile when resuming an existing file and the APPE command fails raises a Net::FTPPermError when the response code is 530
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPPermError when the response code is 532
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPTempError when the response code is 450
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPTempError when the response code is 452
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPPermError when the response code is 553
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#putbinaryfile when the STOR command fails raises a Net::FTPPermError when the response code is 530
fails:Net::FTP#putbinaryfile when opening the data port fails raises a Net::FTPPermError when the response code is 500
fails:Net::FTP#putbinaryfile when opening the data port fails raises a Net::FTPPermError when the response code is 501
fails:Net::FTP#putbinaryfile when opening the data port fails raises a Net::FTPTempError when the response code is 421
fails:Net::FTP#putbinaryfile when opening the data port fails raises a Net::FTPPermError when the response code is 530
