On Mon, Apr 18, 2011 at 11:46 AM, Nitish Bangera <[email protected]> wrote: > Is it because of the check of authorites for that particular user are only > done > during the authorization and not during the session?
It's done for each transfer, check: org.apache.ftpserver.impl.IODataConnection.transferFromClient(FtpSession, OutputStream) org.apache.ftpserver.impl.IODataConnection.transferToClient(FtpSession, InputStream) /niklas
