true, remoteSite));
else
this.cdToROOT(protocol);
this.cdToHOME(protocol);
if (home == null || !home.equals(protocol.pwd()))
throw new ProtocolException("Home directory not the same after cd");
} catch (Exception e) {
LOG.log(Level.SEVERE, "Protocol "
+ protocol.getClass().getCanonicalName()
+ " failed compatibility test : " + e.getMessage());
return false;