if(opt == 1) {
RemoteCommand rc = new RemoteCommand();
}
else if(opt == 0) {
FtpConnection conn = (FtpConnection) con;
Shell s = new Shell(conn.getCommandInputReader(), conn.getCommandOutputStream());
}
//fresh();
}
else if(e.getActionCommand().equals("cd"))