// transfer data
boolean failure = false;
OutputStream outStream = null;
try {
outStream = file.createOutputStream(skipLen);
long transSz = dataConnection.transferFromClient(outStream);
// log message
String userName = session.getUser().getName();
LOG.info("File upload : " + userName + " - " + fileName);