sRetVal = oStrm.toString(sEncoding);
oStrm.close();
} catch (FTPException ftpe) {
throw new FTPException(ftpe.getMessage());
}
finally {
if (DebugFile.trace) DebugFile.writeln("FTPClient.quit()");
try { if (bFTPSession) oFTPC.quit(); } catch (Exception ignore) { }
}