// Send some basic http headers to support binary d/l.
response.setContentType("application/directory");
response.setHeader("Content-Disposition", "attachment; filename=\"" + sNick + ".vcf\"");
oOut.print(oFlw.vCard(oConn));
oOut.flush();
} // fi (bFound)
if (!bFound) {