Re: FW: Who is using ftpserver?

2009-01-13 Thread Niklas Gustavsson
On Tue, Jan 13, 2009 at 10:43 PM, Dan wrote: > Will there be a Resources area on the left hand side navigation area at: I put it under the Community header, but forgot to save the page after editing (d'oh!). Fixed now and should be visible on the site after the syncs have done their job. /niklas

RE: FW: Who is using ftpserver?

2009-01-13 Thread Dan
Looks good Niklas, I think it will only help to get some good testimonials in there. Will there be a Resources area on the left hand side navigation area at: http://mina.apache.org/ftpserver/ That is where MINA has their testimonials link. Our FTP server is being used by lots of customers so th

Re: FW: Who is using ftpserver?

2009-01-13 Thread Niklas Gustavsson
I've added a slightly reformated quote on the new testimonial page, hope your okay with it: http://cwiki.apache.org/confluence/display/FTPSERVER/Testimonials (or at http://mina.apache.org/ftpserver/testimonials.html when the sync has run). If others want to add their testimonials, I'll be happy to

Re: Provide FactoryBeans as alternative to using the custom Spring config

2009-01-13 Thread David Latorre
Hello Niklas, If Niklas agrees you can open a ticket for this. In previous versions we were instantiating most beans directly so there was no need. Anyway, using Spring config without the custom namespace still gets awkward ... if we only could preprocess the xml file :-) 2009/1/13 Niklas The

Re: Modifying STOR response on upload

2009-01-13 Thread David Latorre
I'm wondering if using close() is the correct approach for you anyway. What actions should be taken if the file wasn't completely transferred? Do you still want to upload the file to the backend server? In your case I'm assuming that you do not accept partial downloads ... Since the ftpserver cann

Provide FactoryBeans as alternative to using the custom Spring config

2009-01-13 Thread Niklas Therning
Hi, I'm relying on Spring's PropertyPlaceholderConfigurer for various configuration settings in the system I'm developing. Now, I'm adding FTP support to the system and want to embed FtpServer in my Spring config. While the custom namespace handler provided by FtpServer gives a very nice Spri