Nope, sorry. No idea of Java FTP servers. There is some code in Plexus, which is used from Wagon to test ftp repositories - but I don't know whether it will have the features you need.
http://svn.apache.org/viewcvs.cgi/maven/wagon/trunk/wagon-providers/wagon-ftp/src/test/java/org/apache/maven/wagon/providers/ftp/FtpWagonTest.java?rev=162479&view=markup - Brett Mark D. Hansen wrote: >I didn't get an answer to this on the User mailing list. Anybody have a >suggestion? > >-----Original Message----- >From: Mark D. Hansen [mailto:[EMAIL PROTECTED] >Sent: Monday, May 09, 2005 3:18 PM >To: Maven User (E-mail) >Subject: ftp server for hosting a maven repository > > >I'm looking for a java FTP server that I can use to host maven repositories >for internal development work. It must be FTP (not just HTTP) so we can >upload our jars into it. It must be java (run on anything). Any suggestions? > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
