Ftp Client question

2013-11-01 Thread Wright, Omari
Does anyone know of a better way to use the tool for retrieving a list of files from a large directory that won't cause a huge time delay before it returns? Right now listFiles gets a list of files then subsequently creates a representation of each files attributes one at a time. Is there a way

Re: [JEXL] How to set an empty string array property value?

2013-11-01 Thread Woonsan Ko
I created a JIRA issue for this and attached patches: - https://issues.apache.org/jira/browse/JEXL-144 I think it's a good improvement because it is very natural to try to set an empty array property like the following:     // setting an empty array     bean.strarr =  [ ]; I hope the