On Mon, Nov 23, 2009 at 6:23 PM, Satish Kaveti <[email protected]> wrote: > I am working on application in which six FTP clients are sending images to > FtpServer. Occasionally, the client sends a invalid PORT number (PORT > 0,0,0,0,0,0). The FtpServer server accepts the port number and starts > processing the following STOR command. It sends 150 response. But during > the call to openConnection inside STOR.execute( ) an exception is caught > and the server responds with code 425. It is causing the FTP client to > hang. Is it possible to detect invalid port number and respond with > response 451 ?
Yes, I think we should fix this (and you should probably get that client fixed as well :-). Could you please add a JIRA issue for this and we'll have a look at it? /niklas
