}
if (style == STYLE_SITE_COMMAND) {
// Usefull flags.
boolean passwordRequired;
// Send the user and read the reply.
communication.sendFTPCommand("USER " + proxyUser);
try {
r = communication.readFTPReply();
} catch (FTPIllegalReplyException e) {
throw new IOException("Invalid proxy response");
}