hostPathField = new HostPathField(this, st, width);
transferTypePanel = new FtpTransferTypePanel(loc.getTransferType());
renameOption = createRenameCheck();
passiveModeOption = createPassiveModeField();
nlstOption = createNLSTCheck();
fileLocationPanel = new FileLocationPanel(loc, st, true, this, width);
securityModePanel = createSecurityModePanel(loc);
updateFields(loc);
addInputComponents();
}