diff options
author | Leonard Schmidt <lems@gmx.net> | 2015-03-27 15:42:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-27 15:42:28 +0700 |
commit | d27cd40a4b04a0d55164385c3d2164a3f0aabcfe (patch) | |
tree | 9a32c65dbafafcdb355f83f2d738af5a8bde9d16 /network/atftp/README | |
parent | 4ac4c5f9871937106ad617e7b4a988c56916c809 (diff) | |
download | slackbuilds-d27cd40a4b04a0d55164385c3d2164a3f0aabcfe.tar.gz |
network/atftp: Added (TFTP Client/Server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/atftp/README')
-rw-r--r-- | network/atftp/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/atftp/README b/network/atftp/README new file mode 100644 index 0000000000..375683bdcb --- /dev/null +++ b/network/atftp/README @@ -0,0 +1,3 @@ +atftp is a client/server implementation of the TFTP protocol that implements +RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the +client presents a friendly interface using libreadline. |