summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-04-26 12:23:51 +0000
committerdavidn <davidn@FreeBSD.org>1997-04-26 12:23:51 +0000
commite7ce274b1e26b60138ec47a1a74e8b7ca87f2231 (patch)
tree5af11cb84e65ece54d31936e94e91defd6857cbb /libexec/ftpd
parenta1afe7148074c37601ddb27c0db42c7e7e29ac69 (diff)
downloadFreeBSD-src-e7ce274b1e26b60138ec47a1a74e8b7ca87f2231.zip
FreeBSD-src-e7ce274b1e26b60138ec47a1a74e8b7ca87f2231.tar.gz
Document internal ls, how to compile it in and what it changes wrt
anon ftp and chrooted users.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.821
1 files changed, 20 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index b50a472..e20b688 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
-.\" $Id: ftpd.8,v 1.14 1997/03/25 03:45:52 mpp Exp $
+.\" $Id: ftpd.8,v 1.15 1997/04/23 04:56:39 davidn Exp $
.\"
.Dd April 19, 1994
.Dt FTPD 8
@@ -347,6 +347,25 @@ Guests
can then place files which are to be accessible via the anonymous
account in this directory.
.El
+.Pp
+If compiled with the
+.Em INTERNAL_LS
+option,
+.Nm ftpd
+will have internal support for handling remote requests to list
+files, and will not execute
+.Pa /bin/ls
+in either a chrooted or non-chrooted environment.
+In this case, the
+.Pa ~/bin/ls
+executable need not be placed into the chrooted tree, nor need the
+.Pa ~/bin
+directory exist.
+This support may be added by making ftpd with the
+.Em FTP_INTERNAL_LS
+variable set either in
+.Pa /etc/make.conf
+or in the shell's environment.
.Sh FILES
.Bl -tag -width /etc/ftpwelcome -compact
.It Pa /etc/ftpusers
OpenPOWER on IntegriCloud