DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38309>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38309 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-22 23:27 ------- (In reply to comment #12) > Created an attachment (id=17484) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17484&action=view) [edit] > Implementation of FTPSClient. > > Paul Ferraro change the license of his proyecto to Apache License V2.0. Then I > submit the 3 class that implements FTPSClient, and fourth class, ftps, that > use > this implementation. Thank you, Jose and Paul. I have a few questions about the submission. 1. You are importing com.sun.net.ssl.X509TrustManagern and com.sun.net.ssl.SSLContext. Are these allowable imports under the terms of the Apache License? I don't know the answer, it is a question. We have been recently hit with licensing questions and I don't want to go through this again without checking first. 2. Does this import require importing any additional libraries, or is this class included in a J2SDK library. If so, which version? 3. FTPSClient overrides the retrieveFile() method from FTPClient. I am not an expert in FTPS but shouldn't similar overrides be provided for storeFile(), deleteFile()? How about listFiles() and listNames()? Can you point us to a definition of the FTPS protocol that defines what is required? 4. Assuming all the above are answered, we would like some JUnit tests to be created for the new classes. The present tests can serve as a model for you. 5. Finally, the files need to have the Apache License. Please do not take this the wrong way. I am being very demanding and legalistic here, because I know that the Jakarta project is being closely watched from some quarters, but I very much want this to go forward if at all possible. I also think that this is not the place for this discussion to be continued. Now that we are on to legal as well as coding issues, the discussion should move back to the commons-dev mailing list, which is where I am moving it. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
