if((c != null) && (c instanceof FtpConnection))
{
FtpConnection con = (FtpConnection) c;
String tmp = con.getCachedPWD();
SaveSet s = new SaveSet(Settings.login_def, con.getHost(),
con.getUsername(), con.getPassword(),
Integer.toString(con.getPort()), tmp,
con.getLocalPath());
}
else if((c != null) && (c instanceof FilesystemConnection))