SCMPMessage reply = null;
try {
String remoteFileName = message.getHeader(SCMPHeaderAttributeKey.REMOTE_FILE_NAME);
FileServer fileServer = session.getFileServer();
reply = fileServer.serverDownloadFile(session, message, remoteFileName, oti);
} catch (Exception e) {
reply = new SCMPMessage();
SCMPCommandException scmpCommandException = new SCMPCommandException(SCMPError.FILE_DOWNLOAD_FAILED,
"Error occured in file server on SC.");
scmpCommandException.setMessageType(getKey());