this.sessionRegistry.resetSessionTimeout(session, (otiOnSCSeconds + session.getSessionTimeoutMillis()));
SCMPMessage reply = null;
try {
String remoteFileName = message.getHeader(SCMPHeaderAttributeKey.REMOTE_FILE_NAME);
FileServer fileServer = session.getFileServer();
reply = fileServer.serverUploadFile(session, message, remoteFileName, oti);
} catch (Exception e) {
SCMPCommandException scmpCommandException = new SCMPCommandException(SCMPError.FILE_UPLOAD_FAILED,
"Error occured in file server on SC.");
scmpCommandException.setMessageType(getKey());
throw scmpCommandException;