You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dan Armbrust (JIRA)" <ji...@apache.org> on 2008/02/24 00:44:19 UTC

[jira] Updated: (NET-187) TFTP Server for commons net

     [ https://issues.apache.org/jira/browse/NET-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Armbrust updated NET-187:
-----------------------------

    Attachment: TFTPServer and Tests.patch

Attached is a full TFTP server implementation.  Implements RFC 1350, and also http://www.faqs.org/rfcs/rfc1123.html section 4.2.3.1 which updates RFC 1350.

This attachment also includes some JUnit tests - the JUnit tests verify the operation of the commons TFTPClient and the attached TFTP Server - uploads, downloads, block wrapping for large files, and access control on the server.

These JUnit tests should prevent regression issues that have plagued the TFTP client code in the past.

> TFTP Server for commons net 
> ----------------------------
>
>                 Key: NET-187
>                 URL: https://issues.apache.org/jira/browse/NET-187
>             Project: Commons Net
>          Issue Type: New Feature
>    Affects Versions: 1.4
>            Reporter: Dan Armbrust
>            Priority: Minor
>         Attachments: TFTPServer and Tests.patch
>
>
> Bug for attaching TFTP Server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.