Re: [vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-09 Thread ecki
Eckenfels Cc: u...@commons.apache.org, dev@commons.apache.org Sent: Mi., 09 Dez. 2015 23:02 Subject: Re: [vfs] New Properties for FtpFileSystemConfigBuilder Hi Bernd, I wanted to touch base and ask what are my next steps--should I enter a feature request on the Commons VFS JIRA board? Also, my app

Re: [vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-09 Thread Roger Membreno
Hi Bernd, I wanted to touch base and ask what are my next steps--should I enter a feature request on the Commons VFS JIRA board? Also, my app is using Commons VFS 2.0, so I was hoping to make the fix there and port it to 2.1. Will there be any more releases in the 2.0 branch? On Mon, Dec 7, 2015

Re: [vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-08 Thread Roger Membreno
Hi Bernd, For now I was using a max and min property so I could pass int values directly from my adaptor layer to VFS. What do you recommend? A string range's only issue that I can see is parsing, but something simple could work. On Mon, Dec 7, 2015 at 1:54 PM, Bernd Eckenfels wrote: > Hello

Re: [vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-07 Thread Bernd Eckenfels
Hello Roger, sounds useful to me. Do you plan to parse a string range ("1-100") or define a min and max property? Gruss Bernd Am Mon, 7 Dec 2015 13:26:35 -0800 schrieb Roger Membreno : > Hello Apache Community, how are you doing? > > We use Commons VFS in our FTP connection projects, and for