diff options
author | pav <pav@FreeBSD.org> | 2006-01-24 03:37:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-24 03:37:26 +0800 |
commit | 01ef75a3bd0cc31cce294ce7c8c519736be6eefb (patch) | |
tree | d1a2d0e460e346de2a9dfa10d638a17f4b01b774 /ftp/Makefile | |
parent | 3e28bd7e6e3f624811e6e83ea9f224cd0e9356ae (diff) | |
download | freebsd-ports-gnome-01ef75a3bd0cc31cce294ce7c8c519736be6eefb.tar.gz freebsd-ports-gnome-01ef75a3bd0cc31cce294ce7c8c519736be6eefb.tar.zst freebsd-ports-gnome-01ef75a3bd0cc31cce294ce7c8c519736be6eefb.zip |
SmbFTPD is a FTP daemon modified from the FTP daemon of FreeBSD 5.4. esides
keep original FreeBSD ftpd features, it enhances the user permission control,
integrate configuration files, and more useful features. SmbFTPD also support
SSL/TLS encryption.
WWW: http://www.twbsd.org/enu/smbftpd/index.php
PR: ports/92181
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
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 4e4211d1c6da..f204fdb2ed6a 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -88,6 +88,7 @@ SUBDIR += py-curl SUBDIR += quftp SUBDIR += rexx-curl + SUBDIR += smbftpd SUBDIR += spegla SUBDIR += tftp-hpa SUBDIR += tnftp |