Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for 
change notification.

The following page has been changed by danielarmbrust:
http://wiki.apache.org/commons/Net/FrequentlyAskedQuestions

------------------------------------------------------------------------------
                client.disconnect();
  }}}
  
+ ----
+ 
+ '''Q:There doesn't seem to be any opensource TFTP servers available.  Has 
anyone written one for Commons/Net?'''
+ 
+ '''A:'''Yes.  Commons/Net actually has a TFTP server.  Unfortunately, due to 
a disagreement among the committers over whether Commons/Net should expose a 
new useful tool, or whether it should stay true to the Client-Side tools only 
mantra, the TFTP Server is not included in the binary builds, and no javadoc is 
built or exposed for it.
+ 
+ Instead, the TFTP Server was put into the JUnit tests.  In the 2.0 release, 
you can find the TFTP server here in the source package:  
/commons-net-2.0-src/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
+ 
+ In SVN, it lives here: 
[http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/test/java/org/apache/commons/net/tftp/TFTPServer.java?revision=689474&view=markup
 TFTPServer]
+ 
+ If you download the source package, and build it, it should be included in 
the tests jar file.
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to