getFileTransfer(String.valueOf(getSessionId()));
// find file transfer put the data and there fire that
// file is being processed
if(ft != null)
ft.process(
body, getCurrentLength(), getTotalLength(), getOffset(), this);
else
logger.error("Unknown filetransfer!");
}