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

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

  1. fails:Net::FTP#voidcmd sends the passed command to the server
  2. fails:Net::FTP#voidcmd returns nil
  3. fails:Net::FTP#voidcmd raises a Net::FTPReplyError when the response code is 1xx
  4. fails:Net::FTP#voidcmd raises a Net::FTPReplyError when the response code is 3xx
  5. fails:Net::FTP#voidcmd raises a Net::FTPPermError when the response code is 5xx
  6. fails:Net::FTP#voidcmd raises a Net::FTPProtoError when the response code is not valid