Re: [jira] [Commented] (FTPSERVER-433) Issues with data transfer for explicit SSL connections

2012-08-03 Thread Sai Pullabhotla
Based on the file name you are uploading, I'm assuming it is 150 MB. If you have not done already, can you upload a small file and let us know the result? It appears that it might be something to do with the TLS_CLOSE_NOTIFY signal/message. Looks like the client (FileZilla) is negotiating for a

[jira] [Created] (FTPSERVER-411) Support CCC command

2011-04-19 Thread Sai Pullabhotla (JIRA)
Support CCC command --- Key: FTPSERVER-411 URL: https://issues.apache.org/jira/browse/FTPSERVER-411 Project: FtpServer Issue Type: New Feature Components: Core Reporter: Sai Pullabhotla

[jira] [Updated] (FTPSERVER-411) Support CCC command

2011-04-19 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated FTPSERVER-411: -- Attachment: FTPS-CCC.patch This is a preliminary patch for the team to review. I

[jira] [Created] (FTPSERVER-410) Support digital certificate authentication with or without passwords

2011-04-15 Thread Sai Pullabhotla (JIRA)
Type: New Feature Components: Core Reporter: Sai Pullabhotla Assignee: Sai Pullabhotla Attachments: FTPS-CERT-AUTH.patch Please see the discussion on the mailing list at - http://www.mail-archive.com/ftpserver-users@mina.apache.org/msg01507.html

[jira] Created: (FTPSERVER-399) DefaultFtpHandler.sessionOpened does not check if the Ftplet returned a FtpletResult.SKIP

2011-02-22 Thread Sai Pullabhotla (JIRA)
Project: FtpServer Issue Type: Bug Components: Core Affects Versions: 1.0.5 Reporter: Sai Pullabhotla Assignee: Sai Pullabhotla Fix For: 1.0.6 I was trying to use an Ftplet to send a custom welcome message using

[jira] Updated: (FTPSERVER-371) Create a specialized FtpReply to send to Ftplets after login finishes

2011-02-22 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated FTPSERVER-371: -- Attachment: FTPSERVER-371.patch I've worked on this several months ago, and have

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2011-02-22 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998022#comment-12998022 ] Sai Pullabhotla commented on FTPSERVER-357: --- Can this marked as done

Re: Question about enhancements to the APPE command and a new CHECKSUM command

2010-10-06 Thread Sai Pullabhotla
I'm a bit confused on what exactly you meant by - I can't use the REST command because it only sets the offset for the file in the local system and not in the remote system. If you want to implement such things, they have to custom commands supported by your FTP Server, which should work as long

Re: Question about enhancements to the APPE command and a new CHECKSUM command

2010-10-06 Thread Sai Pullabhotla
Well, the OP wanted to get checksum on part of a file, I don't think our MD5 command supports it, does it? On Wed, Oct 6, 2010 at 11:20 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Wed, Oct 6, 2010 at 12:08 AM,  balvinder.sek...@thomsonreuters.com wrote: (2)    A new command that can be

Re: [VOTE] Release Apache FtpServer 1.0.5, take 2

2010-09-28 Thread Sai Pullabhotla
[ ] +1, release FtpServer 1.0.5

Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Sai Pullabhotla
, Sai Pullabhotla On Sun, Sep 26, 2010 at 2:56 PM, Niklas Gustavsson nik...@protocol7.com wrote: Hi We've fixed quite a few bugs in FtpServer and I think we're ready for a new release. I've uploaded binaries at: https://repository.apache.org/content/repositories/orgapachemina-015

Re: FtpServer 1.0.5 release planning

2010-09-20 Thread Sai Pullabhotla
I think it is a major issue, and I recommend including it in the patch, if possible. FYI, I've been using this patch in production for quite some months now. On Mon, Sep 20, 2010 at 12:47 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Sep 20, 2010 at 7:18 AM, Chandraprakash Bhagtani

Re: Allowing only AUTH SSL in ftpserver

2010-09-14 Thread Sai Pullabhotla
You should be able to this with an Ftplet that captures the beforeCommand (USER command) event, and make sure the session is secured. If the session was not secured already, send a 5xx/4xx reply from the Ftplet, and optionally close the session. FtpSession.isSecure() is the method you need to use

Re: Allowing only AUTH SSL in ftpserver

2010-09-14 Thread Sai Pullabhotla
, then, is that this is a niche behaviour that would be best implemented in an ftplet, and not something that be available all the time, to be configured in the listener element? On 14 September 2010 16:18, Sai Pullabhotla sai.pullabho...@jmethods.comwrote: You should be able

[jira] Commented: (DIRMINA-789) Possible Deadlock/Out of memory when sending large amounts of data using Nio

2010-06-14 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12878568#action_12878568 ] Sai Pullabhotla commented on DIRMINA-789: - I understand what you are saying

[jira] Commented: (DIRMINA-789) Possible Deadlock/Out of memory when sending large amounts of data using Nio

2010-06-14 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12878603#action_12878603 ] Sai Pullabhotla commented on DIRMINA-789: - Well, your statements do not match up

[jira] Created: (DIRMINA-789) Possible Deadlock/Out of memory when sending large amounts of data using Nio

2010-06-11 Thread Sai Pullabhotla (JIRA)
Issue Type: Bug Components: Core Affects Versions: 2.0.0-RC1 Environment: Windows Vista 64-bit Java 5 and Java 6 Reporter: Sai Pullabhotla This is a followup to the post on the DEV mailing list, http://old.nabble.com/Help-needed-with-OutOfMemory-error-and-or-GC

[jira] Updated: (DIRMINA-789) Possible Deadlock/Out of memory when sending large amounts of data using Nio

2010-06-11 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated DIRMINA-789: Attachment: RandomDataServer.java MinaClient.java Classes to reproduce

Re: Help needed with OutOfMemory error and/or GC Issues/Dead Locks

2010-06-11 Thread Sai Pullabhotla
:10 AM, Sai Pullabhotla wrote: Guys, I've been fighting with various issues using Mina over the past couple of weeks, and a couple of them are - 1) OutOfMemory on Heap 2) Possible dead lock (it could just be a GC issue). Application does not make any progress nor any error is reported. 3

[jira] Commented: (DIRMINA-789) Possible Deadlock/Out of memory when sending large amounts of data using Nio

2010-06-11 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877861#action_12877861 ] Sai Pullabhotla commented on DIRMINA-789: - If I change the line 155 in the server

[jira] Commented: (DIRMINA-789) Possible Deadlock/Out of memory when sending large amounts of data using Nio

2010-06-11 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877907#action_12877907 ] Sai Pullabhotla commented on DIRMINA-789: - Not to criticize or blame any one

Help needed with OutOfMemory error and/or GC Issues/Dead Locks

2010-06-10 Thread Sai Pullabhotla
Guys, I've been fighting with various issues using Mina over the past couple of weeks, and a couple of them are - 1) OutOfMemory on Heap 2) Possible dead lock (it could just be a GC issue). Application does not make any progress nor any error is reported. 3) When running under Java 6, I often am

Custom NioScoketSession

2010-05-25 Thread Sai Pullabhotla
I've been trying to use the MINA API in one of my projects, and have the following question: Is it possible to create a custom NioSocketSession when NioSocketAcceptor accepts a connection from a client? My idea is to have a sub class of NioSocketSession and some how attach it to the Acceptor.

Re: [VOTE] Release SSHD 0.4.0 (third try)

2010-05-11 Thread Sai Pullabhotla
+1 Regards, Sai Pullabhotla On Mon, May 10, 2010 at 9:44 PM, Guillaume Nodet gno...@gmail.com wrote: I've uploaded a RC for SSHD 0.4.0 at  https://repository.apache.org/content/repositories/orgapachemina-026/ The release notes are available at  https://cwiki.apache.org/SSHD/sshd-040

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 Sai Pullabhotla
+1 for this. Most of the code that is currently checked is not formatted using the published formatter. It should be easy to reformat all the sources and check them in. Regards, Sai Pullabhotla On Mon, May 10, 2010 at 4:45 AM, Emmanuel Lecharny elecha...@gmail.com wrote: On 5/10/10 11:41 AM

Re: SFTP problems

2010-05-06 Thread Sai Pullabhotla
is unchanged. The cd .. works well for directories that are deeper than one level. In other words, if my current dir is /dev/apis and doing a cd .. puts me back in /dev. Also, should the Default SSH server setup the SFTP subsystem as well? Regards, Sai Pullabhotla On Thu, May 6, 2010 at 4:54 AM

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Sai Pullabhotla
I removed the second call to place the path in the buffer and seems to be working fine. Regards, Sai Pullabhotla

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Sai Pullabhotla
); } Regards, Sai Pullabhotla On Wed, May 5, 2010 at 8:45 AM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: I removed the second call to place the path in the buffer and seems to be working fine. Regards, Sai Pullabhotla

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Sai Pullabhotla
I just noticed that the code checked in just replaces \ with /. I think for best compliance on all operating systems and file systems, it should replace File.separatorChar with /. Not sure if there are any file systems that use a separator other than / and \. Regards, Sai Pullabhotla On Wed

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Sai Pullabhotla
How about the dates on the files? Regards, Sai Pullabhotla On Wed, May 5, 2010 at 10:13 AM, Guillaume Nodet gno...@gmail.com wrote: Fixed, let me know if you find any other easily fixed issues. On Wed, May 5, 2010 at 16:41, Sai Pullabhotla sai.pullabho...@jmethods.comwrote: I just

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Sai Pullabhotla
Oh, by the way, it works fine for me with just putting (sending) the path just once in the buffer. Tried with native sftp client on Ubuntu Linux as well as Putty's SFTP command line client, which is what FileZilla uses internally. I wonder why that does not work for you. Regards, Sai Pullabhotla

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Sai Pullabhotla
want to steal. It is org.apache.ftpserver.util.DateUtils.getUnixDate(long). Regards, Sai Pullabhotla On Wed, May 5, 2010 at 11:15 AM, Guillaume Nodet gno...@gmail.com wrote: Which dates ? I've fixed the Jan 01 ... thing if that's why you're referring to. But using filezilla, there are still

Re: [VOTE] Release SSHD 0.4.0

2010-05-04 Thread Sai Pullabhotla
or absolute) instead of just the name? Regards, Sai Pullabhotla On Tue, May 4, 2010 at 8:19 AM, Guillaume Nodet gno...@apache.org wrote: I've uploaded a RC for SSHD 0.4.0 at  https://repository.apache.org/content/repositories/orgapachemina-003/ The release notes are available at  https

[jira] Created: (FTPSERVER-371) Create a specialized FtpReply to send to Ftplets after login finishes

2010-04-24 Thread Sai Pullabhotla (JIRA)
Type: New Feature Components: Core, Ftplets Reporter: Sai Pullabhotla Fix For: 1.1.0 As an addition to https://issues.apache.org/jira/browse/FTPSERVER-253, I think it would be nice to have a specialized reply that could be sent to the Ftplets. The reply could

[jira] Assigned: (FTPSERVER-371) Create a specialized FtpReply to send to Ftplets after login finishes

2010-04-24 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla reassigned FTPSERVER-371: - Assignee: Sai Pullabhotla Create a specialized FtpReply to send to Ftplets

Re: FTPServer handling of multiple concurrent connections.

2010-04-23 Thread Sai Pullabhotla
I'm pretty sure it is checked into the trunk. Regards, Sai Pullabhotla On Fri, Apr 23, 2010 at 7:35 AM, Peter van der Velde peter.vanderve...@anachron.com wrote: L.S. Is there an ETA for this change? Greetings, Peter van der Velde -Original Message- From: David Latorre

[jira] Commented: (FTPSERVER-315) Pass FtpSession information to the UserManager.authenticate method

2010-04-16 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857883#action_12857883 ] Sai Pullabhotla commented on FTPSERVER-315: --- As a temporary (could

Re: [jira] Created: (FTPSERVER-367) RFC: FTP HASH command (similar to MD5, which is already supported)

2010-04-15 Thread Sai Pullabhotla
This looks good. We should have these defined years ago, but better late than never! Regards, Sai Pullabhotla On Wed, Apr 14, 2010 at 2:38 AM, Ant Bryan (JIRA) j...@apache.org wrote: RFC: FTP HASH command (similar to MD5, which is already supported

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-13 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856533#action_12856533 ] Sai Pullabhotla commented on FTPSERVER-357: --- Niklas, Any preference

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-07 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854506#action_12854506 ] Sai Pullabhotla commented on FTPSERVER-357: --- I've refactored all classes

[jira] Commented: (FTPSERVER-362) Add a configuration option for maximum number of threads the server is allowed to create

2010-04-06 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853915#action_12853915 ] Sai Pullabhotla commented on FTPSERVER-362: --- Okay, it is checked

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853427#action_12853427 ] Sai Pullabhotla commented on FTPSERVER-357: --- I'm wondering if we need

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853469#action_12853469 ] Sai Pullabhotla commented on FTPSERVER-357: --- may not be a bad idea to just

[jira] Created: (FTPSERVER-365) Overload FtpIoSession.getDataConnection to indicate whether or not a new DataConnectionFactory be created

2010-04-05 Thread Sai Pullabhotla (JIRA)
/jira/browse/FTPSERVER-365 Project: FtpServer Issue Type: Improvement Components: Core Affects Versions: 1.0.4 Reporter: Sai Pullabhotla Priority: Trivial Fix For: 1.0.5 It would be nice to overload the above mentioned method

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853515#action_12853515 ] Sai Pullabhotla commented on FTPSERVER-357: --- How about calling the interface

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853522#action_12853522 ] Sai Pullabhotla commented on FTPSERVER-357: --- I like those. I will go ahead

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853525#action_12853525 ] Sai Pullabhotla commented on FTPSERVER-357: --- Cool, I can do that. I will check

Assigning JIRA issues

2010-04-05 Thread Sai Pullabhotla
Is there a way I can assign some of the open issues in JIRA to myself. I'm planning on working on some of the items that I opened recently and want to make sure nobody else is/would work on them. Regards, Sai Pullabhotla

Re: Assigning JIRA issues

2010-04-05 Thread Sai Pullabhotla
Thanks, Niklas! Regards, Sai Pullabhotla On Mon, Apr 5, 2010 at 3:36 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Apr 5, 2010 at 10:16 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Is there a way I can assign some of the open issues in JIRA to myself. I'm planning

[jira] Assigned: (FTPSERVER-360) When no passive ports are available error out immediately rather than waiting for a port to become available

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla reassigned FTPSERVER-360: - Assignee: Sai Pullabhotla When no passive ports are available error out

[jira] Assigned: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-04-05 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla reassigned FTPSERVER-357: - Assignee: Sai Pullabhotla Implement IP Filtering based on black or white

[jira] Updated: (FTPSERVER-362) Add a configuration option for maximum number of threads the server is allowed to create

2010-04-02 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated FTPSERVER-362: -- Attachment: FTPSERVER-362.patch For the most part I made the patch work like we

Re: svn commit: r928769

2010-04-01 Thread Sai Pullabhotla
the code? Regards, Sai Pullabhotla On Tue, Mar 30, 2010 at 3:21 AM, Dave Roberts dave.robe...@saaconsultants.com wrote: On 29/03/2010 22:35, Sai Pullabhotla wrote: Of course, a Source Code Formatter posted to the MINA web site would definitely be a plus as I do want to format and still keep

[jira] Created: (FTPSERVER-362) Add a configuration option for maximum number of threads the server is allowed to create

2010-04-01 Thread Sai Pullabhotla (JIRA)
Project: FtpServer Issue Type: New Feature Components: Core Affects Versions: 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0, 1.0.0-RC2, 1.0.0-RC1, 1.0.0-M4, 1.0.0-M3, 1.0.0-M2, 1.0.0-M1 Reporter: Sai Pullabhotla Fix For: 1.0.5 Currently the max threads

[jira] Created: (FTPSERVER-363) Incorrect Javadoc for ConnectionConfigFactory.get/setMaxAnonymousLogins

2010-04-01 Thread Sai Pullabhotla (JIRA)
Issue Type: Bug Components: Core Affects Versions: 1.0.4 Reporter: Sai Pullabhotla Priority: Trivial Fix For: 1.0.5 The current javadoc for the above mentioned methods is: The maximum number of time an anonymous user can fail to login before

Re: svn commit: r928769

2010-04-01 Thread Sai Pullabhotla
Wouldn't you use HTML tags/pre-formatted text for those types of docs? Regards, Sai Pullabhotla On Thu, Apr 1, 2010 at 1:47 PM, Emmanuel Lecharny elecha...@gmail.com wrote: On 4/1/10 2:37 PM, Sai Pullabhotla wrote: I've imported this formatter, but this does not auto-format the Java Docs

[jira] Created: (FTPSERVER-364) Incorrect behavior when max logins limit is reached

2010-04-01 Thread Sai Pullabhotla (JIRA)
: Core Affects Versions: 1.0.4 Reporter: Sai Pullabhotla Priority: Minor Fix For: 1.0.5 When max logins limit is reached, the server currently behaves as below: Accepts connections from new clients and keeps them open Let's the new clients issue some commands

Re: FTPServer handling of multiple concurrent connections.

2010-03-31 Thread Sai Pullabhotla
Since I did not hear back anything on this, I will ask again :). Are you guys okay with the proposed short term solution? Regards, Sai Pullabhotla On Tue, Mar 30, 2010 at 10:10 AM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Since changing everything over to MINA could be quite

Re: svn commit: r928769

2010-03-30 Thread Sai Pullabhotla
Cool, thanks. Regards, Sai Pullabhotla On Tue, Mar 30, 2010 at 3:21 AM, Dave Roberts dave.robe...@saaconsultants.com wrote: On 29/03/2010 22:35, Sai Pullabhotla wrote: Of course, a Source Code Formatter posted to the MINA web site would definitely be a plus as I do want to format

Re: FTPServer handling of multiple concurrent connections.

2010-03-30 Thread Sai Pullabhotla
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 we choose may not be the best in all cases. Regards, Sai Pullabhotla On Tue, Mar 30, 2010 at 3:29 AM, David Latorre dvl...@gmail.com

Re: FTPServer handling of multiple concurrent connections.

2010-03-30 Thread Sai Pullabhotla
What would be the benefit of using MINA compared to the traditional sockets, especially for passive connections? Regards, Sai Pullabhotla On Tue, Mar 30, 2010 at 7:33 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Tue, Mar 30, 2010 at 10:33 AM, Sai Pullabhotla sai.pullabho

Re: FTPServer handling of multiple concurrent connections.

2010-03-30 Thread Sai Pullabhotla
, Sai Pullabhotla On Tue, Mar 30, 2010 at 8:33 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Tue, Mar 30, 2010 at 2:22 PM, David Latorre dvl...@gmail.com wrote: I would rather go for a solution that make it impossible to block FTPServer rather than making it 'more difficult

Re: [jira] Created: (FTPSERVER-361) Provide more information on command execution to Ftplets - especially file created in STOU

2010-03-29 Thread Sai Pullabhotla
I think this should have been taken care of with the https://issues.apache.org/jira/browse/FTPSERVER-222. You might want to try building from the trunk and see if this works out better. Regards, Sai Pullabhotla On Mon, Mar 29, 2010 at 4:56 AM, Richard Evans (JIRA) j...@apache.org wrote

[jira] Commented: (FTPSERVER-323) Add a new configuration option for enabling/disabling IP check when accepting passive data connections

2010-03-29 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850909#action_12850909 ] Sai Pullabhotla commented on FTPSERVER-323: --- Looks like this feature

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-29 Thread Sai Pullabhotla
Code Formatter posted to the MINA web site would definitely be a plus as I do want to format and still keep the unchanged stuff as is. Regards, Sai Pullabhotla On Mon, Mar 29, 2010 at 2:34 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Mar 29, 2010 at 2:31 PM,  s...@apache.org

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-29 Thread Sai Pullabhotla
BTW, do you know why Hudson is complaining about the test failure on trunk? I did not get that error locally. Regards, Sai Pullabhotla On Mon, Mar 29, 2010 at 4:06 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Mar 29, 2010 at 9:39 PM, Emmanuel Lecharny elecha...@gmail.com

[jira] Commented: (FTPSERVER-360) When no passive ports are available error out immediately rather than waiting for a port to become available

2010-03-28 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850728#action_12850728 ] Sai Pullabhotla commented on FTPSERVER-360: --- Niklas, Are you looking

[jira] Commented: (FTPSERVER-360) When no passive ports are available error out immediately rather than waiting for a port to become available

2010-03-28 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850734#action_12850734 ] Sai Pullabhotla commented on FTPSERVER-360: --- Okay, I think I got a test case

[jira] Created: (FTPSERVER-360) When no passive ports are available error out immediately rather than waiting for a port to become available

2010-03-26 Thread Sai Pullabhotla (JIRA)
://issues.apache.org/jira/browse/FTPSERVER-360 Project: FtpServer Issue Type: Bug Affects Versions: 1.0.4 Reporter: Sai Pullabhotla Fix For: 1.0.5 Based on the filed issue, http://issues.apache.org/jira/browse/FTPSERVER-359, we probably want to quick fix

[jira] Updated: (FTPSERVER-360) When no passive ports are available error out immediately rather than waiting for a port to become available

2010-03-26 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated FTPSERVER-360: -- Attachment: FTPSERVER-360.patch Here is a patch to try out to see if the server

Converting an IP range to CIDR notation

2010-03-22 Thread Sai Pullabhotla
Does any one have Java code for converting a given range of IP addresses to CIDR notation, like the one here http://ip2cidr.com/. Thanks. Regards, Sai Pullabhotla

Re: Converting an IP range to CIDR notation

2010-03-22 Thread Sai Pullabhotla
192.168.1.4/30 192.168.1.8/30 192.168.1.12/32 I downloaded the source code of Apache James too, and did not find anything that would do this. Regards, Sai Pullabhotla On Mon, Mar 22, 2010 at 12:10 PM, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: Would this work for you? http

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-19 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847365#action_12847365 ] Sai Pullabhotla commented on FTPSERVER-357: --- Okay guys, I think I updated

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-19 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847377#action_12847377 ] Sai Pullabhotla commented on FTPSERVER-357: --- Well, I thought about

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-19 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847396#action_12847396 ] Sai Pullabhotla commented on FTPSERVER-357: --- Well, I don't think we can

Re: Black/White List in FTP Server

2010-03-18 Thread Sai Pullabhotla
. I appreciate any feedback. Regards, Sai Pullabhotla On Tue, Mar 16, 2010 at 7:18 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Tue, Mar 16, 2010 at 1:05 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Does this mean you want to wait until Mina 3.0, or should we start

[jira] Created: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-18 Thread Sai Pullabhotla (JIRA)
Components: Core Reporter: Sai Pullabhotla Fix For: 1.1.0 Create a new IP Filter based on black or white list to deny or allow incoming client connections. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-18 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated FTPSERVER-357: -- Attachment: ftpserver-ipfilter.patch Please review this and provide your feedback

Re: Black/White List in FTP Server

2010-03-18 Thread Sai Pullabhotla
Done. Regards, Sai Pullabhotla On Thu, Mar 18, 2010 at 1:32 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 18, 2010 at 7:20 PM, Sai Pullabhotla sai.pullabho...@jmethods.com wrote: Attached is the alpha release ;) for the black/white lists for your review. Create a JIRA

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-18 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847102#action_12847102 ] Sai Pullabhotla commented on FTPSERVER-357: --- Oh, BTW, I missed an else block

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-18 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847103#action_12847103 ] Sai Pullabhotla commented on FTPSERVER-357: --- I think I can get it to work

[jira] Commented: (FTPSERVER-357) Implement IP Filtering based on black or white list

2010-03-18 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847107#action_12847107 ] Sai Pullabhotla commented on FTPSERVER-357: --- I think I can get it to work

Re: Black/White List in FTP Server

2010-03-16 Thread Sai Pullabhotla
Does this mean you want to wait until Mina 3.0, or should we start working on the FTP Server right away and share relevant code with MINA? Regards, Sai Pullabhotla On Tue, Mar 16, 2010 at 1:13 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Mar 15, 2010 at 7:27 PM, Sai Pullabhotla

Re: Black/White List in FTP Server

2010-03-16 Thread Sai Pullabhotla
. To be precise, the client does get the server's certificate before onConnect is called. I was wondering if this should be done differently so no data is exchanged (read/written) unless onConnect of all Ftplets are executed. What do you think? Regards, Sai Pullabhotla On Tue, Mar 16, 2010 at 7:18 AM

Re: Black/White List in FTP Server

2010-03-16 Thread Sai Pullabhotla
. session created Currently, we call the Ftplet.onConnect from the sessionOpened method. May be we should add yet another method to the Ftplets to indicate a sessionCreated event, in case if some one wants to use it? Regards, Sai Pullabhotla On Tue, Mar 16, 2010 at 7:38 AM, Niklas Gustavsson nik

Black/White List in FTP Server

2010-03-15 Thread Sai Pullabhotla
sometime this week to work on this if we finalize on something. Thanks Regards, Sai Pullabhotla

Re: [VOTE] Release FtpServer 1.0.4 - take 2

2010-03-08 Thread Sai Pullabhotla
+1 Let's go for it! Regards, Sai Pullabhotla On Sun, Mar 7, 2010 at 2:23 PM, Niklas Gustavsson nik...@protocol7.com wrote: Hey, Alright, I've fixed the issues found by Sai, here's take 2 on this release vote. You can find the distributions and Maven artifacts here: http

Re: [VOTE] Releasing FtpServer 1.0.4

2010-03-07 Thread Sai Pullabhotla
through 9. We should probably just compare the decimal value of the character like ch = 48 and ch = 57? 3. The fix applies padding to the first line as well as the last line if they begin with a digit. Instead, it should pad intermediate lines only. Again, this is not a big deal. Regards, Sai

[jira] Resolved: (FTPSERVER-345) Update the replies of MD5 and MMD5 commands to include the file path in double quotes when there are spaces in the path

2010-01-28 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla resolved FTPSERVER-345. --- Resolution: Fixed Fix Version/s: 1.1.0 Committed the fix to trunk and 1.0

Re: FTP Server - MD5 and MMD5 command replies when a file name or path contains spaces

2010-01-28 Thread Sai Pullabhotla
Well, I guess I kind of screwed it up by not updating the test case. I did see some emails from Hudson that the builds have failed. I checked in the fix for the test cases. Hope it is all good now. Regards, Sai Pullabhotla On Thu, Jan 21, 2010 at 8:45 AM, Niklas Gustavsson nik...@protocol7

Re: [jira] Commented: (FTPSERVER-346) loadStore method in SslConfigurationFactory should be protected to allow overriding

2010-01-27 Thread Sai Pullabhotla
the certificate every time (or the client blindly trusts any certificate). Not sure if this is going to be an issue in your case. The other option could be to create a temporary file that contains the keys, then feed the file to the FTP server, and start the FTP server. Regards, Sai Pullabhotla On Wed

Re: FTP Server - MD5 and MMD5 command replies when a file name or path contains spaces

2010-01-21 Thread Sai Pullabhotla
Sure, not a problem. Is it okay if I check it into trunk? Would you be able to merge it into appropriate branches? Or would you rather prefer patch attached to the JIRA issue? Regards, Sai Pullabhotla On Thu, Jan 21, 2010 at 2:53 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Wed, Jan

[jira] Created: (FTPSERVER-345) Update the replies of MD5 and MMD5 commands to include the file path in double quotes when there are spaces in the path

2010-01-21 Thread Sai Pullabhotla (JIRA)
: https://issues.apache.org/jira/browse/FTPSERVER-345 Project: FtpServer Issue Type: Bug Components: Core Affects Versions: 1.0.3 Reporter: Sai Pullabhotla Priority: Minor Fix For: 1.0.4 Even though the RFC does

Re: FTP Server - MD5 and MMD5 command replies when a file name or path contains spaces

2010-01-21 Thread Sai Pullabhotla
I will give it a shot. I always used the Merge option in Eclipse. But, I'm a little hesitant to do it on someone else's repository. I will give it a shot anyway. I'm sure you can fix it in case if I screw something up :). Regards, Sai Pullabhotla On Thu, Jan 21, 2010 at 8:15 AM, Niklas

FTP Server - MD5 and MMD5 command replies when a file name or path contains spaces

2010-01-20 Thread Sai Pullabhotla
on the examples in the RFC. The RFC does not explicitly say anything about double quotes. What do you guys think? Regards, Sai Pullabhotla

Re: [OT] Joined Terracotta

2010-01-06 Thread Sai Pullabhotla
Congratulations and all the best! Regards, Sai Pullabhotla On Wed, Jan 6, 2010 at 6:30 AM, Ashish paliwalash...@gmail.com wrote: Folks, Have joined Terracotta on 4th Jan, as Solution Architect. Hopefully my move shall help me in increasing my contribution towards MINA :-) Wanted

Re: Looking for ideas on building a DMZ Gateway

2009-12-21 Thread Sai Pullabhotla
service (PASV or PORT commands). Unfortunately, having a dedicated connection for each client as explained above may not scale well. I'm thinking out loud here :). Any other comments/ideas are welcome. Regards, Sai Pullabhotla On Sun, Dec 20, 2009 at 3:52 PM, David Latorre dvl...@gmail.com wrote

Looking for ideas on building a DMZ Gateway

2009-12-16 Thread Sai Pullabhotla
. Regards, Sai Pullabhotla

Re: Two questions on Apache Mina FTPServer

2009-10-12 Thread Sai Pullabhotla
. Hope this helps. Sai Pullabhotla www.jMethods.com On Mon, Oct 12, 2009 at 7:08 AM, Jon Folland, Nativ Ltd jon.foll...@nativ.tv wrote: Hi, 1. Is there any reason why the FTPServer project does not support Socket and ServerSocket Factories in the DataConnection classes? The reason I ask

Re: [jira] Commented: (FTPSERVER-334) Read Timed Out Prior to Idle Timeout

2009-10-01 Thread Sai Pullabhotla
and the timestamps. That may give us some clues. Sai Pullabhotla www.jMethods.com On Thu, Oct 1, 2009 at 4:45 PM, Nick Padgett (JIRA) j...@apache.org wrote:    [ https://issues.apache.org/jira/browse/FTPSERVER-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId

  1   2   >