Hi,
Is there a way to get the RequestHandler from within the invocation of an Ftplet? I've found that in my onUploadStart, which uses a combination of EJB calls and streaming to a Servlet, I would like to know if the transfer type is set to binary or ascii. The STOR command uses is in streaming data and is gotten out of the RequestHandler - is there any way of doing this from our Ftplet which needs to override that functionality? This is my first post so I'd also like to say thanks for this project. I implemented an EJB backend to this so that the FTP Server could sit safely in the DMZ while doing all user authentications and file streaming (via a Servlet) to an application server sitting behind the internal firewall. This allows us to not ever store data in the DMZ. We are probably going to end up using a different commercial product because we need SFTP support, but developing a potential custom solution was much easier because of the existence of this project. If anyone is interested in an EJB backend, I'd be happy to discuss. I'm limited to the code I can post because it is tied to some of our work related infrastructure, but I can discuss generally what was done and provide some code snippets. If I ever get the time, I might try to build an app server backend that would make this a more enterprise-friendly option (i.e. streaming to a backend server outside the DMZ). Thanks again, Gary T. Mui * Vice President * SunGard Transaction Network * 445 Hamilton Avenue * 2nd Floor * White Plains, NY 10601 Tel 914-989-3118 * Fax 914-422-3693 * [EMAIL PROTECTED] * www.sungard.com/stn <blocked::http://www.sungard.com/stn> SunGard Institutional Brokerage Inc. * Member NASD/SIPC CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and privileged information, and unauthorized disclosure or use is prohibited. If you received this email in error, please notify the sender and delete this email from your system. Thank you.
