Hello Brad, We run into the same issue as yourself, I even developed a minimal MINA-based proxy which can handle control and data connections but i don't think it's production ready ... Any input on this Delegate.Org software will be appreciated :)
I'm glad that you finally achieved your needs with FTPServer but I'm curious about one point ... why did you need to use your own DB classes instead of using our provided Database user manager? I mean, we also use our own DB logic here, but since it was enough for you to reuse someone else's, there might be room for improvement in our current implementation. 2010/12/3 <[email protected]>: > > > > Thanks again everyone for your help. I found some free (non-commercial > use) software that seems to be working correctly to do this at > Delegate.Org. It does port redirection, proxying, and even SSL/TLS > wrapping/unwrapping. > > -Brad > >>On Tue, Nov 30, 2010 at 2:34 PM, <[email protected]> wrote: >>> >>> >>> Niklas, >>> >>> Thanks for your help. >>> >>> I'm using org.apache.commons.dbcp.BasicDataSource for the database >>> connection, configured in the ftpd.xml file under db-user-manager, and >>> com.ibm.as400.access.AS400 for the backend server connection and >>> com.ibm.as400.access.IFSFile and com.ibm.as400.access.IFSFileInputStream >>> for the file information and the filestream. I just used the DbFile, >>> DbFileSystemFactory, and DbFileSystemView classes that Brett provided, > and >>> edited them to fit what I needed, and made sure to re-use existing >>> connections, and close them when I was done with them. >>> >>> I'll keep looking for the proxy information, and post back if I find >>> anything useful, or if someone wants that information. >>> >>> Thanks again, >>> >>> -Brad >>> >>> > > The information contained in and transmitted with this Email may be > privileged, proprietary, confidential and protected from disclosure. No > privilege is hereby intended to be waived. This Email is intended only for > the person to whom it is addressed. If you are not the intended > recipient/addressee, any use of the Email and/or its contents, including, but > not limited to, dissemination, distribution or copying is strictly prohibited > and may be unlawful, and you must not take any action in reliance on it. If > you receive this Email in error, please immediately notify the sender and > delete the original message and any copies of it from your computer system. > We deny any liability for damages resulting from the use of this Email by the > unintended recipient, including the recipient in error.
