Opt::RPORT(2100),
      OptString.new('FTPUSER', [ true, 'The username to authenticate as', 'DBSNMP'], fallbacks: ['USERNAME']),
      OptString.new('FTPPASS', [ true, 'The password to authenticate with', 'DBSNMP'], fallbacks: ['PASSWORD']),
    ])
  end