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

2009-06-01 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715024#action_12715024 ] Niklas Gustavsson commented on FTPSERVER-287: - I've worked some on this and

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

2009-06-01 Thread Dennis Keller (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715317#action_12715317 ] Dennis Keller commented on FTPSERVER-287: - Hi Niklas - I suppose my comment woul

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

2009-06-04 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716209#action_12716209 ] David Latorre commented on FTPSERVER-287: - Comments by Sai in the mailing list:

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

2009-06-04 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716210#action_12716210 ] David Latorre commented on FTPSERVER-287: - By Niklas Gustavsson: One addition

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

2009-06-04 Thread David Latorre (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716251#action_12716251 ] David Latorre commented on FTPSERVER-287: - By the way, PureFTPD and vsFTPD in L

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

2009-06-04 Thread Dennis Keller (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716384#action_12716384 ] Dennis Keller commented on FTPSERVER-287: - Interesting discussion. Thanks to all

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) : > >    [ > https://issues.apache.org/jira/browse/FTPSERVER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715024#action

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

2009-06-01 Thread Niklas Gustavsson
On Mon, Jun 1, 2009 at 10:56 AM, David Latorre wrote: > I  had a look  and I'm inclined to think  that  the request is we > return the full pathname :-) Let's compare with some other major servers and see what they do. /niklas

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

2009-06-01 Thread Sai Pullabhotla
I would like to say that the results you have indicated only come from FTP servers that actually run the UNIX's ls command when a NLST command is received. Other servers probably adhere to the RFC by just returning names. Here are a few tests I did with various FTP servers: Results from Netscape'

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

2009-06-01 Thread Niklas Gustavsson
On Tue, Jun 2, 2009 at 3:31 AM, Sai Pullabhotla wrote: > I would like to say that the results you have indicated only come from FTP > servers that actually run the UNIX's ls command when a NLST command is > received. Other servers probably adhere to the RFC by just returning names. One addition t

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

2009-06-02 Thread Sai Pullabhotla
In any case, what if we give an option for running a native command when NLST or LIST command is received. So, the user could configure the FTP server to execute the ls command and we redirect the output of the ls command back to the client. One of the advantages of allowing this for the LIST comma

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

2009-06-02 Thread Niklas Gustavsson
On Tue, Jun 2, 2009 at 12:21 PM, Sai Pullabhotla wrote: > In any case, what if we give an option for running a native command when > NLST or LIST command is received. So, the user could configure the FTP > server to execute the ls command and we redirect the output of the ls > command back to the

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

2009-06-02 Thread Niklas Gustavsson
On Tue, Jun 2, 2009 at 8:51 AM, Niklas Gustavsson wrote: > On Tue, Jun 2, 2009 at 3:31 AM, Sai Pullabhotla > wrote: >> I would like to say that the results you have indicated only come from FTP >> servers that actually run the UNIX's ls command when a NLST command is >> received. Other servers pr

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

2009-06-04 Thread David Latorre
I don't feel very comfortable with the idea of running ls (although I'm executing several ln -s and I'm fine with it :P) for the output, although users can reimplement any command they like ... :-) but it doesn't look that useful, having into account that file permissions won't be applicable when u