[ https://issues.apache.org/jira/browse/FTPSERVER-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Niklas Gustavsson closed FTPSERVER-107. --------------------------------------- Resolution: Fixed Fix Version/s: 1.0-M2 Assignee: Niklas Gustavsson Fixed, thanks for the patch, most useful! commit -m "Fixed broken STOU command when a full file path is provided as an argument (FTPSERVER-107)" /home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/command/STOU.java /home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/StoreTest.java Sending /home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/command/STOU.java Sending /home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/StoreTest.java Transmitting file data ... Committed revision 574682. > STOU assumes directory path as parameter > ---------------------------------------- > > Key: FTPSERVER-107 > URL: https://issues.apache.org/jira/browse/FTPSERVER-107 > Project: FtpServer > Issue Type: Bug > Components: Core > Reporter: Magnus Grimsell > Assignee: Niklas Gustavsson > Fix For: 1.0-M2 > > Attachments: ApacheFtpServer_STOU.patch > > > If a parameter is given Apache FTP Server assumes it is a directory path. It > should however be possible to specify a complete path name. > The path name should be considered a suggestion. If the file already exists > the server changes the path name to a unique one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.