as well know, fileoutputstream and randomaccessfile objects aren't thread safe.So i if concurrent client sessions upload the same file concurrently ( e.g. while restarting a previous interrupted upload or malicious use as client starting more uploads of the same file), the received file could have wrong data as different streams are writing on the same file concurrently.is it right or implementation ensure consistent received file content?
-- View this message in context: http://apache-mina.10907.n7.nabble.com/FTP-SERVER-server-side-file-locking-tp40241.html Sent from the Apache MINA Developer Forum mailing list archive at Nabble.com.
