Re: [FtpServer] Project based on Apache Mina FtpServer

2009-04-09 Thread Ashish
Thanks Andy! Will see what all I can do. - ashish On Thu, Apr 9, 2009 at 12:11 PM, Andy Thomson wrote: > Ashish, > > I suspect the APIviz maven plugin will get you a long-way's toward producing > an over-all diagram.  Or at least it will assist in making one, the images > it produces are clicka

Re: [FtpServer] Project based on Apache Mina FtpServer

2009-04-09 Thread Niklas Gustavsson
On Thu, Apr 9, 2009 at 6:36 AM, Ashish wrote: > Having an FtpServer Architecture/functional diagram will be a huge plus. > > Anyone interested? (Scanned paper diagram shall be fine) A got a Visio somewhere, I'll see if I can find it. /niklas

Re: [FtpServer] Project based on Apache Mina FtpServer

2009-04-08 Thread Andy Thomson
Ashish, I suspect the APIviz maven plugin will get you a long-way's toward producing an over-all diagram. Or at least it will assist in making one, the images it produces are clickable, allowing for a rapid "visual" movement around the various parts of the FTP Server architecture. This would

Re: [FtpServer] Project based on Apache Mina FtpServer

2009-04-08 Thread Ashish
> Absolutely! > > /niklas Done. Having an FtpServer Architecture/functional diagram will be a huge plus. Anyone interested? (Scanned paper diagram shall be fine) - ashish

Re: [FtpServer] Project based on Apache Mina FtpServer

2009-04-08 Thread Niklas Gustavsson
On Wed, Apr 8, 2009 at 6:59 PM, Ashish wrote: > Should be include this project on our related projects page? Absolutely! /niklas

Re: [FtpServer] Project based on Apache Mina FtpServer

2009-04-08 Thread Ashish
On Wed, Apr 8, 2009 at 8:37 PM, David Latorre wrote: > I came across this project which implements Apache FTPServer on top of > HDFS (hadoop distributed file system) : > > https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp > > Was it known to you? I've quickly looked over it and the

[FtpServer] Project based on Apache Mina FtpServer

2009-04-08 Thread David Latorre
I came across this project which implements Apache FTPServer on top of HDFS (hadoop distributed file system) : https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp Was it known to you? I've quickly looked over it and the FileSystem over HDFS implementation could be a nice reference fo