diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-06 15:06:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-06 15:06:19 +0000 |
commit | 93fd733ccc0106c52a3bdcaf35a09633f4e622f2 (patch) | |
tree | 66da86164fbb49211bb34640adc2800698ce9072 /ftp/bsdftpd-ssl/files | |
parent | There is a problem with the interaction between MessageWall and Microsoft (diff) |
Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.
PR: 44756
Submitted by: Nick Leuta <skynick@stu.lipetsk.ru>
Notes
Notes:
svn path=/head/; revision=78426
Diffstat (limited to 'ftp/bsdftpd-ssl/files')
-rw-r--r-- | ftp/bsdftpd-ssl/files/pkg-descr.client | 7 | ||||
-rw-r--r-- | ftp/bsdftpd-ssl/files/pkg-message.server | 2 | ||||
-rw-r--r-- | ftp/bsdftpd-ssl/files/pkg-plist.client | 20 |
3 files changed, 29 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/files/pkg-descr.client b/ftp/bsdftpd-ssl/files/pkg-descr.client new file mode 100644 index 000000000000..8932014f5cea --- /dev/null +++ b/ftp/bsdftpd-ssl/files/pkg-descr.client @@ -0,0 +1,7 @@ +BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains +command-line FTP client utility (ftps). The TLS/SSL enhancement allows RFC2228 +"FTP Security Extensions"-compliant TLS/SSL support for both control and data +connections; with standard FTP servers this software operates as the standard +FTP client. + +WWW: http://bsdftpd-ssl.sc.ru diff --git a/ftp/bsdftpd-ssl/files/pkg-message.server b/ftp/bsdftpd-ssl/files/pkg-message.server new file mode 100644 index 000000000000..06081d4ac727 --- /dev/null +++ b/ftp/bsdftpd-ssl/files/pkg-message.server @@ -0,0 +1,2 @@ +You will also need to read "Configuration" and "Supplement information" parts +of INSTALL file from package documentation for subsequent configuration issues. diff --git a/ftp/bsdftpd-ssl/files/pkg-plist.client b/ftp/bsdftpd-ssl/files/pkg-plist.client new file mode 100644 index 000000000000..9c3b94b79af6 --- /dev/null +++ b/ftp/bsdftpd-ssl/files/pkg-plist.client @@ -0,0 +1,20 @@ +bin/ftps +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/COPYRIGHT +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/README +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/INSTALL +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/ChangeLog +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-nopass.sh +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-pass.sh +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/dummy.sh +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/xCA.sh +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/README +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-basics.txt +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-howto.txt +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/ciphers.txt +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/licenses +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/standards.txt +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/verify.txt +%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/x509_auth.txt +%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-client/cert +%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-client/docs +%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-client |