/spec/tags/library/net/ftp/status_tags.txt

http://github.com/MagLev/maglev · Plain Text · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 9a8925bd94a5a396267d0a4e34beee45 MD5 · raw file

  1. fails:Net::FTP#status sends the STAT command to the server
  2. fails:Net::FTP#status returns the received information
  3. fails:Net::FTP#status does not raise an error when the response code is 212
  4. fails:Net::FTP#status does not raise an error when the response code is 213
  5. fails:Net::FTP#status raises a Net::FTPPermError when the response code is 500
  6. fails:Net::FTP#status raises a Net::FTPPermError when the response code is 501
  7. fails:Net::FTP#status raises a Net::FTPPermError when the response code is 502
  8. fails:Net::FTP#status raises a Net::FTPTempError when the response code is 421
  9. fails:Net::FTP#status raises a Net::FTPPermError when the response code is 530