Basically, by the time the FTP Server is done, I will have to support text and binary over the same connection, and support sessions. Trying to figure out what is the best I/O class for this.
ideas?? On 8/16/06, Niklas Therning <[EMAIL PROTECTED]> wrote:
I have no idea how the FTP RETR command works but maybe o.a.m.filter.StreamWriteFilter would suit your needs? HTH /Niklas Mark wrote: > yeah, a week or so. Well, I am getting close to the end here. One > question... > > What is the easiest way to write a file back to the client for this FTP > Server? I have just about everything done for a basic FTP server > except the > RETR command. > > Thanks.. > > > > > On 8/1/06, Mark <[EMAIL PROTECTED]> wrote: >> >> I am thinking that I will base some of the protocol logic on what the >> FTP >> server in the incubator has done, but I am not sure how much code I will >> use, as it is very tightly coupled together. >> >> I hope to have something up and running in the next week or so. >> >> >> On 8/1/06, peter royal <[EMAIL PROTECTED]> wrote: >> > >> > On Aug 1, 2006, at 8:42 AM, Mark wrote: >> > > I was looking into writing an FTP server using MINA. I found code >> > > in the >> > > Apache incubator that I was going to use, but not sure if there are >> > > any >> > > logistical issues that may come back to bite me if I use code in the >> > > incubator. The FTP Server code seems to have good command handling >> > > and all, >> > > so I think it makes sense to use something that has been tested. >> > > What are peoples thoughts on this? >> > >> > No logistical issues with working with the incubator code. It >> > originated at the ASF, so there's no license issues.. The FTPD >> > project was moved there in an attempt to build a community around it. >> > Having a FTPD built upon MINA would be most excellent! >> > -pete >> > >> > >> > -- >> > [EMAIL PROTECTED] - http://fotap.org/~osi <http://fotap.org/%7Eosi> >> > >> > >> > >> > >> > >> > >> > -- Niklas Therning www.spamdrain.net
