[ http://issues.apache.org/jira/browse/FTPSERVER-10?page=comments#action_12320325 ]
Paul Hammant commented on FTPSERVER-10: --------------------------------------- Yup the downloads are a much older version - sorry. By "run FtpServer with the maven source" you probably mean "build FtpServer using maven for use in an external Phoenix" Searching for "apache cvs" in google gives a fairly consistent story on how to access any Apache CVS module (many are migrating to Subversion). Do .. cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login (password: anoncvs) cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout incubator-ftpserver You can see all modules in CVS by looking at http://cvs.apache.org/viewcvs.cgi/ This time round, upload the sources again in a zip. Long term though, get to know 'patch'. "Make patch" in TortoiseCVS is quite handy for Windows users... > Summary of changes made to the FTPSERVER > ---------------------------------------- > > Key: FTPSERVER-10 > URL: http://issues.apache.org/jira/browse/FTPSERVER-10 > Project: FtpServer > Type: New Feature > Environment: Java 1.3 > Tested on Windows XP. > Reporter: Birkir A. Barkarson > Attachments: FtpServer.EditList.txt, ftpserver.patches.zip, > ftpserver.src.modified.zip > > A detailed list noting modifications done to the FTP server. > The main modifications include: > Full compliance with RFC 2389 - Feature Negotiation Mechanism for FTP > Full compliance with RFC 2640 - Internationalization of the FTP > Translation in three additional languages (Japanese, Chinese Traditional and > Icelandic) > Additional compliance with Extensions to FTP (draft-ietf-ftpext-mlst-14.txt) > (MLST and MLSD commands) > If these changes are considered desirable then patches (to version 0.9 > 2003/03/31) could be provided. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
