diff options
author | kevlo <kevlo@FreeBSD.org> | 2010-10-05 14:23:11 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2010-10-05 14:23:11 +0800 |
commit | bad4ceacc6e91ff6dc1c30331408af5468347ba6 (patch) | |
tree | d3ac69ab3049ed151eb10a3a4c1b32907794aa20 /ftp/Makefile | |
parent | 2b45102f80404546d4dc7516f1cfe204ea344593 (diff) | |
download | freebsd-ports-gnome-bad4ceacc6e91ff6dc1c30331408af5468347ba6.tar.gz freebsd-ports-gnome-bad4ceacc6e91ff6dc1c30331408af5468347ba6.tar.zst freebsd-ports-gnome-bad4ceacc6e91ff6dc1c30331408af5468347ba6.zip |
Import atftp-0.7
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. The current server implementation lacks IPv6 support.
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index d3782cbf714d..1a84bb766e95 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -4,6 +4,7 @@ COMMENT = FTP client and server utilities SUBDIR += IglooFTP + SUBDIR += atftp SUBDIR += axel SUBDIR += axyftp SUBDIR += bareftp |