Re: Why FtpFile#listFiles() require that the file list is ordered?

2008-10-08 Thread David Latorre
You don't reorder your files, you reorder the list. 2008/10/8 Andrea Francia [EMAIL PROTECTED] /** * List file objects. If not a directory or does not exist, null will be * returned. Files must be returned in alphabetical order. */ FtpFile[] listFiles(); Why is needed to

Re: The names of FtpServerFactory#setFileSystem() and FtpServerFactory#getFileSystem()

2008-10-19 Thread David Latorre
2008/10/19 Andrea Francia [EMAIL PROTECTED] The FileSystemFactory is declared as: public interface FileSystemFactory { /** * Create user specific file system view. */ FileSystemView createFileSystemView(User user) throws FtpException; } Its name is

[FTPSERVER] Return values of Ftplet methods.

2008-10-30 Thread David Latorre
Currently (I don't have the code here so correct me if I am wrong) when a Ftplet method invoked via beforeCommand() returns FtpletResult.SKIP the command itself is not called but afterCommand still gets called. By reading the docs i cannot conclude if this the expected behaviour for I cannot

Re: [FTPSERVER] Return values of Ftplet methods.

2008-10-31 Thread David Latorre
2008/10/31 Niklas Gustavsson [EMAIL PROTECTED] On Thu, Oct 30, 2008 at 10:13 PM, David Latorre [EMAIL PROTECTED] wrote: To my mind, in most cases when we return SKIP we would also want to skip the afterCommand( e.g., I check if the data channel is secured in beforeCommand

Re: [FTPSERVER] Midnight Commander (Linux) behaviour

2008-11-08 Thread David Latorre
Hello, We can of course implement site chmod command, but I think this is a mc issue, you cannot expect every ftpserver out there to implement site chmod. I bet they have a issue tracker too, you could open a ticket there about this behaviour and see if they are willing to fic it. cheers david

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread David Latorre
2008/11/13 Guillaume Nodet [EMAIL PROTECTED] A few weeks ago, I've started a small project at googlecode to implement an SSH server in Java based on Mina. You'll find some background at http://gnodet.blogspot.com/ The project is still in its early stage and require a lot more work to be

Re: David Latorre is a new MINA commiter

2008-11-14 Thread David Latorre
2008/11/14 Julien Vermillard [EMAIL PROTECTED] On Fri, 14 Nov 2008 08:17:25 +0100 Niklas Gustavsson [EMAIL PROTECTED] wrote: Hi Let me welcome David Latorre as a new MINA commiter. David has been doing great contributions to the FtpServer subproject and has now been voted in as a new

Re: [VOTE] Releasing FtpServer 1.0.0-M4

2008-12-03 Thread David Latorre
Uh When I read this, I was going to commit fixes for FTPSERVER-229 https://issues.apache.org/jira/browse/FTPSERVER-229 FTPSERVER-230 https://issues.apache.org/jira/browse/FTPSERVER-230 FTPSERVER-231 https://issues.apache.org/jira/browse/FTPSERVER-231 FTPSERVER-232

Re: [jira] Commented: (FTPSERVER-229) MFMT Command - Code Enhancement

2008-12-04 Thread David Latorre
Reporter: Sai Pullabhotla Assignee: David Latorre Fix For: 1.0.0-RC1 MFMT Command - in the source code for this command (MFMT.java), the DateFormat and its configuration should be moved to static block for performance and to reduce object creations

Re: [jira] Assigned: (FTPSERVER-227) RMD command should not delete the current working directory or the any parent of current working directory

2008-12-10 Thread David Latorre
to look at the patch I submitted for this? Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Dec 10, 2008 at 5:46 AM, David Latorre (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/FTPSERVER-227?page

Re: [VOTE] Releasing FtpServer 1.0.0-RC1

2009-01-12 Thread David Latorre
[X]: +1, Release FtpServer 1.0.0-RC1 [ ]: 0, Abstain [ ]: -1, Don't release FtpServer 1.0.0-RC1 2009/1/12 Julien Vermillard jvermill...@archean.fr [X]: +1, Release FtpServer 1.0.0-RC1 [ ]: 0, Abstain [ ]: -1, Don't release MINA 1.0.0-RC1 Julien

Re: [FTPServer] IOException under high load - FTPSERVER-260

2009-01-14 Thread David Latorre
2009/1/12 Niklas Gustavsson nik...@protocol7.com On Mon, Jan 12, 2009 at 6:32 PM, David Latorre dvl...@gmail.com wrote: Johh Hearn reported this issue with FTPServer https://issues.apache.org/jira/browse/FTPSERVER-260 where under not-that-high loads connections get closed and an Exception

Re: [jira] Commented: (FTPSERVER-271) Embedding FtpServer in RC2 nearly impossible

2009-02-03 Thread David Latorre
Hello Claus, Thanks for the report as the changes in the initialization and configuration of FtpServer may be not obvious for previous users. Just to avoid confusion, in Niklas example he uses default as the listener name because that is the name of the default listener on port 21, since the

Re: [VOTE] Releasing FtpServer 1.0.0

2009-02-23 Thread David Latorre
+1, Release FtpServer 1.0.0 2009/2/21 Niklas Gustavsson nik...@protocol7.com Hey, this is the vote for the big one dot oh. After our two release candidates, we have fixed two minor bugs and I think we're now ready to go. After 1.0.0, we will start working on patch releases on the 1.0

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-02-23 Thread David Latorre
2009/2/23 Niklas Gustavsson nik...@protocol7.com Moving this to it's own thread. On Mon, Feb 23, 2009 at 11:08 AM, Guillaume Nodet gno...@gmail.com wrote: FWIW, the test is hanging at the following point: Looks another case of TCP/IP stacks behaving differently on different platforms.

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-03-06 Thread David Latorre
2009/3/6 Emmanuel Lecharny elecha...@apache.org Sai Pullabhotla wrote: That's what I was expecting. So, if the issue is about RMDIR on the current working directory, we should be able to match up the canonical paths and if they are same (the directory that was requested for deletion and

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-03-06 Thread David Latorre
2009/3/6 Emmanuel Lecharny elecha...@apache.org Niklas Gustavsson wrote: On Fri, Mar 6, 2009 at 11:57 AM, Emmanuel Lecharny elecha...@apache.org wrote: Just a small remark : it would be _very_ cool if you can extend the NativeFtpFile interface with a getFile() method, because having to

Re: Virtual directory

2009-03-23 Thread David Latorre
Hello Reza, As Niklas says, some people have already done that. If this was enough to fit your needs, you can take a look at http://vfs-utils.sourceforge.net/ftpserver/index.html http://vfs-utils.sourceforge.net/ftpserver/index.html which should allow you to use any commons VFS 'provider' for a

Re: Virtual directory

2009-03-23 Thread David Latorre
. On Mon, Mar 23, 2009 at 1:44 PM, David Latorre dvl...@gmail.com wrote: Hello Reza, As Niklas says, some people have already done that. If this was enough to fit your needs, you can take a look at http://vfs-utils.sourceforge.net/ftpserver/index.html http://vfs-utils.sourceforge.net

Re: Sai Pullabhotla is a new committer

2009-03-31 Thread David Latorre
Welcome Sai! Enjoy your stay 2009/3/31 Maarten Bosteels mbosteels@gmail.com: Welcome Sai ! Maarten On Mon, Mar 30, 2009 at 9:56 AM, Julien Vermillard jvermill...@archean.fr wrote: Le Sun, 29 Mar 2009 20:29:06 +0200, Niklas Gustavsson nik...@protocol7.com a écrit : Hi I'm very

Re: [jira] Updated: (FTPSERVER-284) Service fails to start

2009-04-02 Thread David Latorre
Hello Eyal, I followed the following steps: 1) Downloaded the latest snapshot of FtpServer from SVN. 2) Run mvn install from the base directory (Actually, I used -Dmaven.test.skip=true so I could install this quickly) 3) Unzipped the resulting archive to c:/ftpserver1.0.0) 4)

[FtpServer] Project based on Apache Mina FtpServer

2009-04-08 Thread David Latorre
I came across this project which implements Apache FTPServer on top of HDFS (hadoop distributed file system) : https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp Was it known to you? I've quickly looked over it and the FileSystem over HDFS implementation could be a nice reference

Re: [jira] Created: (FTPSERVER-289) Implement locking mechanism for files.

2009-04-16 Thread David Latorre
, 2009 at 3:52 AM, David Latorre (JIRA) j...@apache.orgwrote: Implement locking mechanism for files. --                 Key: FTPSERVER-289                 URL: https://issues.apache.org/jira/browse/FTPSERVER-289             Project: FtpServer          Issue

Re: Bernd Fondermann is a new MINA commiter

2009-04-20 Thread David Latorre
Welcome Bernd! 2009/4/20 Bernd Fondermann bf_...@brainlounge.de: Niklas Gustavsson wrote: All, as part of the move of Vysper from Apache Labs to MINA, the MINA PMC has voted Bernd Fondermann in as a MINA committer. Let's all welcome Bernd into the world of MINA! /niklas Thank you all

Re: [Discuss] Is it ok to share other information(not related to project) with community?

2009-04-20 Thread David Latorre
2009/4/20 Ashish paliwalash...@gmail.com: Folks, I received an offer mail from Atlassian. Its real good one and was confused whether I can share it here or not, as its a product sale offer from a company. I wonder if this offer would have any sense for us. It might be 'a special offer'

Re: [Discuss] Is it ok to share other information(not related to project) with community?

2009-04-20 Thread David Latorre
2009/4/20 Ashish paliwalash...@gmail.com:  I wonder if this offer would have any sense for us. It might be 'a special offer' we're not eligible for. David, for open source these are free. But as part of the community we use JIRA/Confluence. Some of us here may be interested in using them

Re: Got some error when compiling SSHd

2009-05-08 Thread David Latorre
2009/5/7 Bernd Fondermann bf_...@brainlounge.de: Hi Emmanuel, this is a known (at least to me) problem with mvn on wndws. Just make sure that the text file is deleted. I suffer this 2/5 of the times I run the tests under windows. Not necessarily using maven. A solution anyone? HTH,  

Re: before the release of FtpServer 1.0.1 ...

2009-05-14 Thread David Latorre
+1 2009/5/14 Niklas Gustavsson nik...@protocol7.com: On Thu, May 14, 2009 at 11:09 AM, Emmanuel Lecharny elecha...@apache.org wrote: Can't we remove the @version tags and change the @author tags to @author a href=http://mina.apache.org/ftpserver;Apache FTPServer Project/a before the

Re: before the release of FtpServer 1.0.1 ...

2009-05-14 Thread David Latorre
Uh, Sorry, too many windows open. 2009/5/14 David Latorre dvl...@gmail.com: +1 2009/5/14 Niklas Gustavsson nik...@protocol7.com: On Thu, May 14, 2009 at 11:09 AM, Emmanuel Lecharny elecha...@apache.org wrote: Can't we remove the @version tags and change the @author tags to @author

Re: [VOTE] Releasing FtpServer 1.0.1

2009-05-18 Thread David Latorre
2009/5/17 Niklas Gustavsson nik...@protocol7.com: On Wed, May 13, 2009 at 10:56 PM, Niklas Gustavsson nik...@protocol7.com wrote: since 1.0.0 some issues has been reported in FtpServer. Now is therefore a good time to get 1.0.1 out. This vote passed with the following result: 3 binding +1:

Re: [jira] Commented: (FTPSERVER-306) some clients won't transform NEW LINE characters to \r\n when sending in ASCII mode so after sending a file the new lines will be gone.

2009-05-27 Thread David Latorre
I added a fix and some tests but ToNetASCIIOutputStream in commons-util will always replace to \r\n so I'm uploading a modified version. With this fix ascii mode should not eat line separators anymore. 2009/5/26 Niklas Gustavsson nik...@protocol7.com: On Tue, May 26, 2009 at 12:38 PM, Sai

Re: [jira] Commented: (FTPSERVER-306) some clients won't transform NEW LINE characters to \r\n when sending in ASCII mode so after sending a file the new lines will be gone.

2009-05-28 Thread David Latorre
the code right now. /niklas On Thu, May 28, 2009 at 12:13 AM, David Latorre dvl...@gmail.com wrote: 2009/5/27 Niklas Gustavsson nik...@protocol7.com: On Wed, May 27, 2009 at 3:07 PM, David Latorre dvl...@gmail.com wrote: I added a fix and some tests but ToNetASCIIOutputStream in commons

Re: [jira] Commented: (FTPSERVER-287) NLST: Implementation only supports listing files in working directory [patch provided]

2009-06-01 Thread David Latorre
I had a look and I'm inclined to think that the request is we return the full pathname :-) 2009/6/1 Niklas Gustavsson (JIRA) j...@apache.org:    [

Re: Version 2.x - Norweigian Wood

2009-12-05 Thread David Latorre
2009/12/4 Trustin Lee (이희승) trus...@gmail.com: On 2009/12/04 9:25 pm, Emmanuel Lecharny wrote: Glenn Ivar Klausen a écrit : Emmanuel LŽcharny wrote: Well, less than dead wood... This name was picked by someone who was at the origin of the project, at a time he was pretty alone working on

Re: Looking for ideas on building a DMZ Gateway

2009-12-20 Thread David Latorre
Hello Sai, I'm no expert here so i cannot give you advice on your solution but ... are you sure you need all of this? I'm thinking it should be possible to meet your security needs in an simpler way. Let's say, application-based firewalls on the dmz machines? (so only the allowed applications

Re: [MINA 3.0] Which filters should we keep ?

2010-01-11 Thread David Latorre
I would agree with Niklas that LoggingFilter is quite useful in FTPServer but of course there are other ways to do it. I didn't follow your discussion too closely so excuse me if I'm wrong. Do you mean that instead of logging e.g, only after the second ProtocolCodecFilter you would log in all

Re: [MINA 3.0] Debugging toolkit

2010-02-02 Thread David Latorre
2010/1/25 Alan D. Cabrera l...@toolazydogs.com: On Jan 25, 2010, at 8:21 AM, Ashish wrote: On Mon, Jan 25, 2010 at 9:48 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Alan D. Cabrera a écrit : On Jan 19, 2010, at 7:41 AM, Ashish wrote: Had picked this form one the discussion threads

Re: [jira] Commented: (FTPSERVER-349) WhiteList

2010-03-08 Thread David Latorre
Is there a way to have these emails added to the JIRA discussion? I just created a ticket in MINA filter for this 0.0.0.0/0 feature. 2010/3/8 Niklas Gustavsson nik...@protocol7.com: On Mon, Mar 8, 2010 at 2:27 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Why not have asterisk(s)

Re: Black/White List in FTP Server

2010-03-16 Thread David Latorre
2010/3/16 Niklas Gustavsson nik...@protocol7.com: On Tue, Mar 16, 2010 at 2:52 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: If a filter can make use of this event, why not an Ftplet? To me, because writing your own Ftplet should require minimal knowledge of the internals of

Re: svn commit: r928769 - in /mina/ftpserver/trunk/core/src: main/java/org/apache/ftpserver/config/spring/ main/java/org/apache/ftpserver/ipfilter/ main/java/org/apache/ftpserver/listener/ main/java

2010-03-30 Thread David Latorre
Regarding this issue, I downloaded the common formatter for Eclipse from the website a while back and (I think!) I'm using it. I use the 'autoformat' feature all the time so I hope that's the one which should be used for FTPServer as well, is it? Otherwise I think it would be great if we defined

FTPServer handling of multiple concurrent connections.

2010-03-30 Thread David Latorre
Hello, When inspecting http://issues.apache.org/jira/browse/FTPSERVER-359 I noticed that we might have an issue with threading in Ftpserver. I think we are using a 'fixed size thread pool' with max-threads=16 for the Executor threadpool in which commands are executed. This would mean that if we

Re: FTPServer handling of multiple concurrent connections.

2010-03-30 Thread David Latorre
2010/3/30 Niklas Gustavsson nik...@protocol7.com: On Tue, Mar 30, 2010 at 10:33 AM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I don't think that was intended. If this is in fact an issue, we should probably consider adding a configuration option such as maxThreads as the default max

Re: FTPServer handling of multiple concurrent connections.

2010-04-01 Thread David Latorre
2010/3/31 Niklas Gustavsson nik...@protocol7.com: On Wed, Mar 31, 2010 at 6:32 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Since I did not hear back anything on this, I will ask again :). Are you guys okay with the proposed short term solution? +1 to option 1 and to defaulting

Re: Spring Integration

2010-04-07 Thread David Latorre
Hello Andreas, I don't think this has been discussed for MINA3 yet but it should be sometime in the future. For Mina 2.0 I guess your best option would be to write wrapper classes - and you can provide patches for these, of course. 2010/4/7 Andreas Sahlbach andr...@sahlbach.com: Well, that

Re: Spring Integration

2010-04-20 Thread David Latorre
17, 2010 at 09:47, Emmanuel Lecharny elecha...@gmail.comwrote: On 4/7/10 2:06 PM, David Latorre wrote: Hello Andreas,  I don't think this has been discussed for MINA3 yet but it should be sometime in the future. For Mina 2.0 I guess your best option  would be to write wrapper classes

Re: svn commit: r942690 - in /mina/ftpserver/trunk/core/src: main/java/org/apache/ftpserver/impl/FtpIoSession.java test/java/org/apache/ftpserver/clienttests/LoginTest.java

2010-05-10 Thread David Latorre
Oh sorry, I believed I was using MINA formatter so I thought it would be ok to format the whole thing. Let me check if this happened for both commits and i'll fix the issue. 2010/5/10 Niklas Gustavsson nik...@protocol7.com: On Mon, May 10, 2010 at 11:03 AM,  d...@apache.org wrote: Author:

Re: svn commit: r942690 - in /mina/ftpserver/trunk/core/src: main/java/org/apache/ftpserver/impl/FtpIoSession.java test/java/org/apache/ftpserver/clienttests/LoginTest.java

2010-05-10 Thread David Latorre
in session, can not decrease login count); } 2010/5/10 Emmanuel Lecharny elecha...@gmail.com: On 5/10/10 11:41 AM, David Latorre wrote: Oh sorry, I believed I was using MINA formatter so I thought it would be ok to format the whole thing. It would be a good idea to reformat

Re: [FtpServer] FindBugs found 4 bugs in ftpserver

2010-06-17 Thread David Latorre
Welcome Back Sergey! Just a little question: *If session.getRemoteAddress() is not instanceof InetSocketAddress,* Is that really possible with our current code? 2010/6/11 Niklas Gustavsson nik...@protocol7.com: On Wed, Jun 9, 2010 at 4:09 PM, Sergey Vladimirov vlser...@gmail.com

Re: Conexão mina com banco de dados

2010-07-23 Thread David Latorre
Hello Diego, It seems that the xml has been processed to avoid XSS attacks :-) Still, I don't see the tags enclosing the update-user, insert-user SQL sentences... My suggestion is that you revert any changes to ftpd-full.xml and once the server starts, you can Carefully edit the file until it's

Re: [SSHD] SFTP does not support v3

2010-08-04 Thread David Latorre
2010/8/3 Thomas Charron twaf...@gmail.com: On Thu, Jul 29, 2010 at 10:10 AM, Andreas Johansson fri.radi...@gmail.com wrote: Hi, The current SFTP implementation in SSHD does not support v3 (Section 7) of the standard which the widely used JSch client currently only support. The issue is in

Re: Configuring a custom UserManager

2010-11-12 Thread David Latorre
2010/11/11 John Hartnup john.hart...@gmail.com: OK, I've explained the issue. I was looking at the 1.1.0 SNAPSHOT source, while running the stable 1.0.5 code. 1.0.5 does not use the dynamically configured CommandFactory for SITE commands. Is there some sort of guesstimate as to when 1.1.0

Re: Welcome Sebastian Bazley as a MINA committer

2011-03-28 Thread David Latorre
Welcome sebb! 2011/3/27 Emmanuel Lecharny elecha...@gmail.com: On 3/27/11 10:18 PM, Bernd Fondermann wrote: On 27.03.11 21:37, Niklas Gustavsson wrote: Hi The MINA PMC has voted to invite Sebastian Bazley (apache ID sebb) as a MINA committer due to his great bug reports and patches for

Re: How to rename on complete

2012-06-18 Thread David Latorre
Hello, I would say sebb's answer is the easiest way to go. If this is not a solution for you, there are several possible solutions: - You can implement your own version of STOR/STOU commands and invoke the rename there. Done this, it works but I prefer sebb's solution. - You can develop a

Re: Apache FTP Server - Strange Behavior when passive port specification is explicit

2013-04-03 Thread David Latorre
Hello Jagtar, Please, use the ftpserver-users mailing list for these questions. Your log file says that the remote peer (either your FTP client or some network appliance) closed the connection. It is possible that the IP address from the PASV response is incorrect: Entering Passive Mode

Re: NIO UDP server, does it make sense at all ?

2013-06-03 Thread David Latorre
I agree with Emmanuel here. Anyway, if we can have your implementation as the default and all the tests are passed , maybe it's a good idea to do so . Of course, feel free to disregard my opinion :) I just wanted to provide some feedback since you did such an amazing job. 2013/5/30 Emmanuel

Re: ftpserver warnings - cannot find an available passive port

2015-07-04 Thread David Latorre
Good day, I agree with Emmanuel suggestions on this issue. Still, if you cannot resolve this issue, I think Niklas implemented in the Trunk version some changes on the way passive ports are allocated, so you might want to try that version. 2015-06-30 17:52 GMT+02:00 Michael Benovich

[jira] Created: (FTPSERVER-150) CLONE -Provide convenience methods for checking is the control and data sockets are secure

2008-08-08 Thread David Latorre (JIRA)
Project: FtpServer Issue Type: Improvement Affects Versions: 1.0-M2 Reporter: David Latorre Assignee: Niklas Gustavsson Fix For: 1.0-M3 Checking if the data and control sockets are secure (running over SSL/TLS) from a Ftplet is quite

[jira] Commented: (FTPSERVER-150) CLONE -Provide convenience methods for checking is the control and data sockets are secure

2008-08-08 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12620918#action_12620918 ] David Latorre commented on FTPSERVER-150: - Hello, First of all I apologize

[jira] Created: (FTPSERVER-152) NativeFileObject.hasDeletePermission() not working as expected.

2008-08-12 Thread David Latorre (JIRA)
Affects Versions: 1.0-M2, 1.0-M3 Reporter: David Latorre Fix For: 1.0-M2 In the current implementation, hasDeletePermission in NativeFileObject delegates to hasWritePermission in order to check whether a file can be deleted or not. But, in most environments, a file

[jira] Created: (FTPSERVER-162) DbUserManager's createConnection visibility

2008-08-18 Thread David Latorre (JIRA)
Reporter: David Latorre Priority: Minor If we need to extend DbUserManager we find that the method createConnection is private : private synchronized Connection createConnection() throws SQLException { So we have to implement our own method to create a connection and we

[jira] Created: (FTPSERVER-165) FileSystemBeanDefinitionParser tries to set the property create-home instead of createHome.

2008-08-19 Thread David Latorre (JIRA)
Project: FtpServer Issue Type: Bug Affects Versions: 1.0-M2, 1.0-M3 Reporter: David Latorre Fix For: 1.0-M3, 1.0-M2 Current code is : builder.addPropertyValue(create-home, Boolean .parseBoolean(element.getAttribute(create

[jira] Updated: (FTPSERVER-165) FileSystemBeanDefinitionParser tries to set the property create-home instead of createHome.

2008-08-19 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-165: Priority: Minor (was: Major) FileSystemBeanDefinitionParser tries to set the property

[jira] Updated: (FTPSERVER-165) FileSystemBeanDefinitionParser tries to set the property create-home instead of createHome.

2008-08-19 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-165: Attachment: createHomePatch.patch Patch that solves this problem

[jira] Created: (FTPSERVER-167) Overridable method to plug-in a password encryption mechanism for authentication

2008-08-20 Thread David Latorre (JIRA)
: FtpServer Issue Type: New Feature Components: Core Affects Versions: 1.0-M3 Reporter: David Latorre Priority: Minor Fix For: 1.0-M3 We need to use ftpserver against an existing database of users. The option to write custom SQL sentences

[jira] Created: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

2008-09-10 Thread David Latorre (JIRA)
probably other non-Unix operating systems. Reporter: David Latorre Priority: Trivial FileUserManagerConfigTest is comparing the path to a file with the fixed String /tmp/foo.users so it will fail on Windows systems. Patch provided. -- This message is automatically

[jira] Updated: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

2008-09-10 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-176: Component/s: Core Description: FileUserManagerConfigTest is comparing

[jira] Updated: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

2008-09-10 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-176: Attachment: FileUserManagerConfigTestPatch.diff We only need to create a File object

[jira] Commented: (FTPSERVER-181) The UserManager#authenticate() method lacks of documentation

2008-09-22 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633239#action_12633239 ] David Latorre commented on FTPSERVER-181: - You can check the current

[jira] Created: (FTPSERVER-183) DBUserManager is not storing the password in the User object

2008-09-24 Thread David Latorre (JIRA)
Components: Core Affects Versions: 1.0-M4 Reporter: David Latorre Priority: Minor I suppose that as a result of the change in the strategy to encrypt passwords in DBUserManager, getUserByName() -called by the authenticate() method - returns an User object

[jira] Updated: (FTPSERVER-183) DBUserManager and PropertiesUserManager are not storing the password in the User object after in authenticate()

2008-09-24 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-183: Attachment: UserManagers.patch Patch for the NullPointerException issue

[jira] Updated: (FTPSERVER-183) DBUserManager and PropertiesUserManager are not storing the password in the User object after in authenticate()

2008-09-24 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-183: Description: I suppose that as a result of the change in the strategy to encrypt

[jira] Created: (FTPSERVER-184) IODataConnection ASCII mode does not work as expected.

2008-09-24 Thread David Latorre (JIRA)
Reporter: David Latorre New lines in files sent in ASCII mode are transformed into /r/n no matter what platform the ftp server is running on. But if I'm not wrong, the new EOL should be equal to line.separator . If ASCII mode is going to be supported, this ought to be changed

[jira] Commented: (FTPSERVER-183) DBUserManager and PropertiesUserManager are not storing the password in the User object after in authenticate()

2008-09-30 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635691#action_12635691 ] David Latorre commented on FTPSERVER-183: - Niklas, Did you notice this issue

[jira] Commented: (FTPSERVER-185) Methods User#getAuthorities() is not used and should removed from the interface

2008-09-30 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635707#action_12635707 ] David Latorre commented on FTPSERVER-185: - sorry but I can't see what's your use

[jira] Updated: (FTPSERVER-196) Add an example of FTPserver deployed to an application server.

2008-10-16 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-196: Attachment: ftpserver_in_a_War_Application.zip Netbeans sample project on how to deploy

[jira] Created: (FTPSERVER-196) Add an example of FTPserver deployed to an application server.

2008-10-16 Thread David Latorre (JIRA)
: Improvement Components: Server Reporter: David Latorre An example should be added where FtpServer is deployed to an application server. Easiest way I can see: - Deploy a web application containing Ftpserver Jars in WEB-INF/lib - Configure a Listener in this application

[jira] Updated: (FTPSERVER-197) start() and stop() methods in FtpServer class can fail to unbind ports.

2008-10-16 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-197: Affects Version/s: 1.0-M1 1.0-M2 1.0-M3

[jira] Commented: (FTPSERVER-136) incorrent IP used in opening data channel

2008-10-19 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12640896#action_12640896 ] David Latorre commented on FTPSERVER-136: - So if I understand correctly

[jira] Commented: (FTPSERVER-136) incorrent IP used in opening data channel

2008-10-19 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12640897#action_12640897 ] David Latorre commented on FTPSERVER-136: - Actually this behaviour I mentioned

[jira] Created: (FTPSERVER-215) Secured data channel in active mode would require the server to have a public certificate for every client.

2008-11-06 Thread David Latorre (JIRA)
://issues.apache.org/jira/browse/FTPSERVER-215 Project: FtpServer Issue Type: Improvement Components: Core Affects Versions: 1.0-M3, 1.0-M2, 1.0-M1, 1.0-M4 Reporter: David Latorre Fix For: 1.0-M4 In active mode , the FtpServer itself will try to open

[jira] Commented: (FTPSERVER-184) IODataConnection ASCII mode does not work as expected.

2008-11-06 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645656#action_12645656 ] David Latorre commented on FTPSERVER-184: - Hello, Sure you are right here, I

[jira] Commented: (FTPSERVER-215) Secured data channel in active mode would require the server to have a public certificate for every client.

2008-11-07 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645732#action_12645732 ] David Latorre commented on FTPSERVER-215: - Secured data channel in active mode

[jira] Commented: (FTPSERVER-219) The STOR command hangs thread in passive mode

2008-11-11 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646531#action_12646531 ] David Latorre commented on FTPSERVER-219: - I don't have the code here

[jira] Commented: (FTPSERVER-219) The STOR command hangs thread in passive mode

2008-11-17 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12648176#action_12648176 ] David Latorre commented on FTPSERVER-219: - Fixed in #714088. I think you can

[jira] Assigned: (FTPSERVER-136) incorrent IP used in opening data channel

2008-11-17 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre reassigned FTPSERVER-136: --- Assignee: David Latorre (was: Niklas Gustavsson) incorrent IP used in opening

[jira] Commented: (FTPSERVER-136) incorrent IP used in opening data channel

2008-11-18 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12648680#action_12648680 ] David Latorre commented on FTPSERVER-136: - Patch applied in 718667

[jira] Resolved: (FTPSERVER-136) incorrent IP used in opening data channel

2008-11-20 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre resolved FTPSERVER-136. - Resolution: Fixed incorrent IP used in opening data channel

[jira] Closed: (FTPSERVER-136) incorrent IP used in opening data channel

2008-11-20 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre closed FTPSERVER-136. --- Amichai can you test this? I have to find an automatic and portable way to test this. You

[jira] Commented: (FTPSERVER-230) MFMT Command reply should include a message

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653054#action_12653054 ] David Latorre commented on FTPSERVER-230: - Although there is no official RFC

[jira] Assigned: (FTPSERVER-230) MFMT Command reply should include a message

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre reassigned FTPSERVER-230: --- Assignee: David Latorre MFMT Command reply should include a message

[jira] Assigned: (FTPSERVER-229) MFMT Command - Code Enhancement

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre reassigned FTPSERVER-229: --- Assignee: David Latorre MFMT Command - Code Enhancement

[jira] Resolved: (FTPSERVER-229) MFMT Command - Code Enhancement

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre resolved FTPSERVER-229. - Resolution: Fixed Fix Version/s: (was: 1.0.0-M4) 1.0.0

[jira] Resolved: (FTPSERVER-230) MFMT Command reply should include a message

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre resolved FTPSERVER-230. - Resolution: Fixed Fix Version/s: (was: 1.0.0-M4) 1.0.0

[jira] Resolved: (FTPSERVER-231) MFMT Commad does not work on file/path names that have one or more white spaces

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre resolved FTPSERVER-231. - Resolution: Fixed Fix Version/s: (was: 1.0.0-M4) 1.0.0

[jira] Resolved: (FTPSERVER-232) MFMT command always returns a 2XX reply even if the date could not be set

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre resolved FTPSERVER-232. - Resolution: Fixed Fix Version/s: (was: 1.0.0-M4) 1.0.0

[jira] Resolved: (FTPSERVER-234) TYPE command with no argument

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre resolved FTPSERVER-234. - Resolution: Fixed Fix Version/s: (was: 1.0.0-M4) 1.0.0

[jira] Closed: (FTPSERVER-227) DELE command should not delete the current working directory or the any parent of current working directory

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre closed FTPSERVER-227. --- Resolution: Duplicate According to FTPSERVER-226 DELE shouldn't delete any directories

[jira] Updated: (FTPSERVER-228) LIST command on a non-existent directory should result in an error

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-228: Fix Version/s: (was: 1.0.0-M4) 1.0.0-RC1 LIST command on a non

[jira] Updated: (FTPSERVER-226) DELE command deletes directories

2008-12-03 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre updated FTPSERVER-226: Fix Version/s: (was: 1.0.0-M4) 1.0.0-RC1 DELE command deletes

[jira] Reopened: (FTPSERVER-229) MFMT Command - Code Enhancement

2008-12-04 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Latorre reopened FTPSERVER-229: - We should see if we want to fix this , accessing DateFormat in a thread-safe way. Sorry

  1   2   >