fromProtocol
.get(new ProtocolFile(fromUri.getPath(), false), localFile);
toProtocol.put(localFile, new ProtocolFile(toUri.getPath(), false));
} catch (Exception e) {
throw new CmdLineActionException(
"Failed to transfer between 2 protocols : " + e.getMessage(), e);
}
}