*/
public FtpLocationPanel(FtpLocation loc, SourceTarget st) {
super(loc, st);
int width = 20;
hostField = new HostField(this, width);
portField = new DefaultPortDefiner(this, 5);
hostPathField = new HostPathField(this, st, width);
transferTypePanel = new FtpTransferTypePanel(loc.getTransferType());
renameOption = createRenameCheck();
passiveModeOption = createPassiveModeField();
nlstOption = createNLSTCheck();