diff options
author | jkh <jkh@FreeBSD.org> | 1995-11-11 10:51:07 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-11-11 10:51:07 +0000 |
commit | d2d1cf85dd82d9622d9ac9dec65df0f6606148af (patch) | |
tree | 1f5cc3c972d52e4d8c5462b9b5f2c52c67b37941 /release | |
parent | 86ec25fe4286e554c50149a49e00eeac17eb9c19 (diff) | |
download | FreeBSD-src-d2d1cf85dd82d9622d9ac9dec65df0f6606148af.zip FreeBSD-src-d2d1cf85dd82d9622d9ac9dec65df0f6606148af.tar.gz |
Write a quick help screen for this. Coranth seems to have an aversion
to writing help files.. :)
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/help/anonftp.hlp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/release/sysinstall/help/anonftp.hlp b/release/sysinstall/help/anonftp.hlp new file mode 100644 index 0000000..e90985e --- /dev/null +++ b/release/sysinstall/help/anonftp.hlp @@ -0,0 +1,19 @@ +This screen allows you to configure the anonymous FTP user. + +The following configuration values are editable: + +UID: The user ID you wish to assign to the anonymous FTP user. + All files uploaded will be owned by this ID. + +Group: Which group you wish the anonymous FTP user to be in. + +Comment: String describing this user in /etc/passwd + + +FTP Root Directory: + + Where files available for anonymous FTP will be kept. + +Upload subdirectory: + + Where files uploaded by anonymous FTP users will go. |