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

2008-11-18 Thread Sai Pullabhotla
be able to use these in the Server as well with no (or little) modifications. I've attached the classes for you to take a look at. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Mon, Nov 17, 2008 at 3:26 PM, Niklas Gustavsson (JIRA) [EMAIL PROTECTED

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

2008-11-20 Thread Sai Pullabhotla
[X] +1 Yes, accept the SSH server as a sub-project Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Nov 19, 2008 at 5:21 PM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Hi guys, Guillaume Nodet has written a SSH server based on MINA, and as we discussed

Re: Ftplet configuration FAQ

2008-11-26 Thread Sai Pullabhotla
id=myServer Hope this helps. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Nov 26, 2008 at 7:10 AM, Vinod Kumar Singh, Noida [EMAIL PROTECTED] wrote: Hi, I am just been started development of customized ftplet and trying

Re: [VOTE] Releasing FtpServer 1.0.0-M4

2008-12-08 Thread Sai Pullabhotla
Let's do it! [ +]: +1, Release FtpServer 1.0.0-M4 [ ]: 0, Abstain [ ]: -1, Don't release MINA 1.0.0-M4 Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Tue, Dec 2, 2008 at 2:59 PM, Niklas Gustavsson [EMAIL PROTECTED] wrote: Hi Time to get the beast out

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 Sai Pullabhotla
Not sure what this e-mail from Jira means, but have any of you had a chance 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

Re: [FTPSERVER] Ftplets never destroyed

2008-12-22 Thread Sai Pullabhotla
of what Ftplet container is in use and make decisions based on that. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Mon, Dec 22, 2008 at 1:20 AM, Jiří Kuhn jiri.k...@clapix.com wrote: In my opinion, if we call init(), we should call destroy(). It's clear

Re: Re : MINA trunk - Failed test - NTLMTest.testType1Message

2009-01-27 Thread Sai Pullabhotla
Vista returns the following for the ver command: Microsoft Windows [Version 6.0.6001] Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Tue, Jan 27, 2009 at 6:00 PM, Edouard De Oliveira doe_wan...@yahoo.frwrote: Your problem should be fixed in trunk ashish Thx

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

2009-03-02 Thread Sai Pullabhotla
Does this help at all? http://lists.apple.com/archives/java-dev/2004/Feb/msg00331.html Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Mon, Mar 2, 2009 at 9:54 AM, Niklas Gustavsson nik...@protocol7.comwrote: On Mon, Mar 2, 2009 at 1:17 PM, Emmanuel Lecharny

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

2009-03-05 Thread Sai Pullabhotla
/eclipseworkspace/develop/FOO The canonical path is still in all CAPS because there is no file with the name FOO exists. I would be curious to see what results we get back with the HFS file system in question. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Wed, Mar 4

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

2009-03-05 Thread Sai Pullabhotla
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 the current working directory), send an error back. Does that sound correct? Sai

Re: [jira] Created: (DIRMINA-685) Exception in thread main java.lang.NoClassDefFoundError: org/apache/mina/common/IoHandler

2009-04-09 Thread Sai Pullabhotla
Perhaps you have an older version of Mina libraries that are picked up by the JVM which are no longer compatible with your code? Potential places too look into would include the ext folder under the JRE as well as the classpath environment variable. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402

Re: Enhance the Ftplet.afterCommand to provide more information about the result of command execution

2009-04-13 Thread Sai Pullabhotla
to each file? Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Tue, Apr 7, 2009 at 4:11 AM, Niklas Gustavsson nik...@protocol7.comwrote: I think the patch looks good as a starting point, please feel free to commit it to trunk now that you should have

Re: Enhance the Ftplet.afterCommand to provide more information about the result of command execution

2009-04-13 Thread Sai Pullabhotla
to add a new method to the FtpFile interface that returns the physical path of the file as a String? I recommend that we do this, but would like to know what you guys think. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Mon, Apr 13, 2009 at 1:33 PM

Re: Enhance the Ftplet.afterCommand to provide more information about the result of command execution

2009-04-13 Thread Sai Pullabhotla
be sure of getting a valid value instead of getting a pointer back in case an Ftplet returns a physical file with no toString() implemented. Regards, Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Mon, Apr 13, 2009 at 1:48 PM, Niklas Gustavsson nik...@protocol7

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

2009-04-16 Thread Sai Pullabhotla
mentioned. Thanks. Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Mon, Apr 13, 2009 at 3:52 AM, David Latorre (JIRA) j...@apache.orgwrote: Implement locking mechanism for files. -- Key: FTPSERVER-289

Re: svn commit: r766111 - /mina/trunk/core/src/main/java/org/apache/mina/filter/logging/LoggingFilter.java

2009-04-17 Thread Sai Pullabhotla
Can we deprecate the old method and add the new one to keep up the promise? Sai Pullabhotla Phone: (402) 408-5753 Fax: (402) 408-6861 www.jMethods.com On Fri, Apr 17, 2009 at 2:04 PM, Niklas Gustavsson nik...@protocol7.comwrote: On Fri, Apr 17, 2009 at 8:24 PM, edeolive...@apache.org wrote

Re: [VOTE] Releasing FtpServer 1.0.1

2009-05-14 Thread Sai Pullabhotla
+1 Sai Pullabhotla www.jMethods.com On Wed, May 13, 2009 at 3:56 PM, Niklas Gustavsson nik...@protocol7.comwrote: Hey, since 1.0.0 some issues has been reported in FtpServer. Now is therefore a good time to get 1.0.1 out. You can find the binaries and Maven artifacts here: http

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-26 Thread Sai Pullabhotla
. Replace \r\n with System.getProperty(line.separator); 2. Write everything else as is. Sai Pullabhotla www.jMethods.com On Tue, May 26, 2009 at 2:34 AM, David Latorre (JIRA) j...@apache.orgwrote: [ https://issues.apache.org/jira/browse/FTPSERVER-306?page

Re: [jira] Commented: (FTPSERVER-304) The Idle Timeout set in the listener configuration does not have any effect

2009-05-27 Thread Sai Pullabhotla
is with 1.0/1.0.1. Sai Pullabhotla www.jMethods.com On Tue, May 26, 2009 at 1:00 PM, Niklas Gustavsson nik...@protocol7.comwrote: On Tue, May 26, 2009 at 7:01 PM, Johannes Katelaan j...@e-integration.de wrote: I absolutely agree with you. The listener timeout should be a default timeout

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

2009-06-01 Thread Sai Pullabhotla
WS_FTP server always returned just names. ( ftp.ipswitch.com) Results from Microsoft's anonymous web site running MS FTP service also retruns just names (ftp.microsoft.com) Hopefully this might help making a decision. Sai Pullabhotla www.jMethods.com On Mon, Jun 1, 2009 at 7:39 PM, Dennis Keller

Possible enhancement to the UserManager in FTP server

2009-06-11 Thread Sai Pullabhotla
, but in case if some one want to, this change should help. Let me know what you guys think. Regards, Sai Pullabhotla www.jMethods.com

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

2009-06-29 Thread Sai Pullabhotla
Thanks, Niklas. I thought there was something like that, but overlooked. Sai Pullabhotla www.jMethods.com On Mon, Jun 29, 2009 at 7:25 AM, Niklas Gustavsson (JIRA) j...@apache.orgwrote: [ https://issues.apache.org/jira/browse/FTPSERVER-315?page

Unable to reply to a posted question

2009-07-31 Thread Sai Pullabhotla
: 4700784fc6e6214a8818f3524684f095084ca...@usilms11.ca.com Date: Fri, 31 Jul 2009 10:21:46 -0500 Message-ID: 44ed9df20907310821j597eccbci3d5ff87d91a0a...@mail.gmail.com Subject: Re: Ftplet Properties From: Sai Pullabhotla sai.pullabho...@jmethods.com To: dev@mina.apache.org Content-Type: multipart/alternative; boundary

Re: Unable to reply to a posted question

2009-07-31 Thread Sai Pullabhotla
Thanks, let us see if this gets there without bouncing back! Sai Pullabhotla www.jMethods.com On Fri, Jul 31, 2009 at 2:18 PM, Niklas Gustavssonnik...@protocol7.com wrote: On Fri, Jul 31, 2009 at 5:25 PM, Sai Pullabhotlasai.pullabho...@jmethods.com wrote: My reply to one of the questions

FTPS with passive mode is slow

2009-08-04 Thread Sai Pullabhotla
think this suggested fix should cause any other issues, do you? Regards, Sai Pullabhotla www.jMethods.com

Re: FTPS with passive mode is slow

2009-08-05 Thread Sai Pullabhotla
client and may gain access to the data? I know it is not very easy to do this, but just in case. What do you think? Sai Pullabhotla www.jMethods.com On Tue, Aug 4, 2009 at 3:48 PM, Niklas Gustavssonnik...@protocol7.com wrote: I believe this problem has been reported multiple times. Please open

Re: FTPS with passive mode is slow

2009-08-05 Thread Sai Pullabhotla
I'm not sure, I think it should go to the main trunk as well. Sai Pullabhotla www.jMethods.com On Wed, Aug 5, 2009 at 9:31 AM, Niklas Gustavssonnik...@protocol7.com wrote: On Wed, Aug 5, 2009 at 2:41 PM, Sai Pullabhotlasai.pullabho...@jmethods.com wrote: I also have another question around

Re: FTPS with passive mode is slow

2009-08-05 Thread Sai Pullabhotla
with this change, but every little things add up, especially under high loads. Let me know what you think. Regards, Sai Pullabhotla www.jMethods.com On Wed, Aug 5, 2009 at 10:05 AM, Sai Pullabhotlasai.pullabho...@jmethods.com wrote: I'm not sure, I think it should go to the main trunk as well. Sai

Re: FTPS with passive mode is slow

2009-08-09 Thread Sai Pullabhotla
I did notice anywhere from 20 to 50 milliseconds improvement for each data connection creation. The fix is checked in now to the trunk. Regards, Sai Pullabhotla www.jMethods.com On Wed, Aug 5, 2009 at 3:15 PM, Niklas Gustavssonnik...@protocol7.com wrote: On Wed, Aug 5, 2009 at 10:01 PM, Sai

Re: [jira] Created: (FTPSERVER-324) FTPServer should bind on the entire 127.0.0.0/8 range when loopback address is given

2009-08-14 Thread Sai Pullabhotla
Can you explain the intended use of it? Also, have you tried setting up your listener with localAddress set to loopback? Sai Pullabhotla www.jMethods.com On Fri, Aug 14, 2009 at 6:02 AM, Gusti Benawi (JIRA)j...@apache.org wrote: FTPServer should bind on the entire 127.0.0.0/8 range when

Re: [jira] Commented: (FTPSERVER-323) Passive Data connections should check the remote IP address before starting the data transfer

2009-08-14 Thread Sai Pullabhotla
-                 Key: FTPSERVER-323                 URL: https://issues.apache.org/jira/browse/FTPSERVER-323             Project: FtpServer          Issue Type: Bug    Affects Versions: 1.0.2            Reporter: Sai Pullabhotla             Fix

Re: [jira] Created: (FTPSERVER-327) breaking RFC by replying 150 after establishing data connection

2009-08-25 Thread Sai Pullabhotla
. This means that sending 150 reply is correct. Do you agree? Sai Pullabhotla www.jMethods.com On Tue, Aug 25, 2009 at 2:47 AM, Parijat Bansal (JIRA)j...@apache.org wrote: breaking RFC by replying 150 after establishing data connection

Reply to FEAT command in FTPServer

2009-09-25 Thread Sai Pullabhotla
reply: 502 Command TVFS not implemented. Same happens with UTF8 command. Should n't the reply to FEAT command be adjusted to remove the unimplemented commands? Thanks. Sai Pullabhotla www.jMethods.com

Re: [Vote] Releasing FtpServer 1.0.3

2009-09-28 Thread Sai Pullabhotla
showing times differently than what they used to show, which may break things when people upgrade to 1.0.3. Sai Pullabhotla www.jMethods.com On Sun, Sep 27, 2009 at 1:48 PM, Niklas Gustavsson nik...@protocol7.com wrote: Hey, Another set of bugs wants to be crushed, let's get FtpServer 1.0.3

Re: [Vote] Releasing FtpServer 1.0.3

2009-09-28 Thread Sai Pullabhotla
prefer to switch it back to the way it was. FYI, Some FTP clients offer a setting to specify the server's timezone to workaround this issue. Sai Pullabhotla www.jMethods.com On Mon, Sep 28, 2009 at 7:37 AM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Sep 28, 2009 at 2:20 PM, Sai

Re: [Vote] Releasing FtpServer 1.0.3 - take 2

2009-09-30 Thread Sai Pullabhotla
+1, Release FtpServer 1.0.3, let's go for it! Sai Pullabhotla www.jMethods.com On Tue, Sep 29, 2009 at 3:36 PM, Niklas Gustavsson nik...@protocol7.com wrote: Hey, After rolling back the change that would have made the LIST and STAT commands break backwards compatibility, here's a new

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

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

Looking for ideas on building a DMZ Gateway

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

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

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

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: 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

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

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-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: [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

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

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: 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

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

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

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

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

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

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: 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-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

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

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

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

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

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

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: 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: 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: [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

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.

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

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

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

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: [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: [VOTE] Release Apache FtpServer 1.0.5, take 2

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

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: [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-222) Enhance the Ftplet.afterCommand method to include the result of the command that was executed

2008-11-15 Thread Sai Pullabhotla (JIRA)
-222 Project: FtpServer Issue Type: Improvement Components: Ftplets Reporter: Sai Pullabhotla Fix For: 1.0-M4 The aftterCommand method in the Ftplet interface is a great way to listen for events from the FtpServer, however, this call back

[jira] Created: (FTPSERVER-223) Provide a way to execute Ftplets in a specific order

2008-11-15 Thread Sai Pullabhotla (JIRA)
Components: Ftplets Reporter: Sai Pullabhotla Fix For: 1.0-M4 Currently, there is really no way to determine the order in which the Ftplets are fired. It would be nice to allow - Execution of the Ftplets in the order they were defined in the config file (spring) When

[jira] Updated: (FTPSERVER-222) Enhance the Ftplet.afterCommand method to include the result of the command that was executed

2008-11-20 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Pullabhotla updated FTPSERVER-222: -- Attachment: ftpserver_patch.txt The patch with the enhancements mentioned

[jira] Commented: (FTPSERVER-222) Enhance the Ftplet.afterCommand method to include the result of the command that was executed

2008-11-20 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12649511#action_12649511 ] Sai Pullabhotla commented on FTPSERVER-222: --- Sorry, I did not even look

[jira] Commented: (FTPSERVER-223) Provide a way to execute Ftplets in a specific order

2008-11-26 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650999#action_12650999 ] Sai Pullabhotla commented on FTPSERVER-223: --- That's great. Did you check

[jira] Commented: (FTPSERVER-223) Provide a way to execute Ftplets in a specific order

2008-11-26 Thread Sai Pullabhotla (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651010#action_12651010 ] Sai Pullabhotla commented on FTPSERVER-223: --- Well, my point was how we can

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

2008-12-03 Thread Sai Pullabhotla (JIRA)
: Bug Components: Core Affects Versions: 1.0.0-M3 Reporter: Sai Pullabhotla Fix For: 1.0.0-M4 LIST command on a non-existent directory should result in an error. Instead, we send an empty list back. -- This message is automatically generated by JIRA. - You

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

2008-12-03 Thread Sai Pullabhotla (JIRA)
Reporter: Sai Pullabhotla Fix For: 1.0.0-M4 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. -- This message is automatically

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

2008-12-03 Thread Sai Pullabhotla (JIRA)
Versions: 1.0.0-M3 Reporter: Sai Pullabhotla Fix For: 1.0.0-M4 MFMT Command replies with just the code 213. We might want to add a message at least saying requested action was successful. -- This message is automatically generated by JIRA. - You can reply to this email

  1   2   >