From: aviraldg Date: Wed, 8 Dec 2010 16:47:01 +0000 (-0800) Subject: Minor changes. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/aa8f28feecb5bb63a25655c08c62fcb6ed129125 Minor changes. --- diff --git a/docs/newhandbook/FTP/index.mdwn b/docs/newhandbook/FTP/index.mdwn index bcecae50..295932cc 100644 --- a/docs/newhandbook/FTP/index.mdwn +++ b/docs/newhandbook/FTP/index.mdwn @@ -29,18 +29,20 @@ First you need a ftp account on your system. This account should not have a usab Home directory [home/ftp]: Lock out the account after creation? [n]: no - Username : ftp - Password : - Full Name : anonymous ftp - Uid : 1002 Class : default - Groups : ftp - Home : /home/ftp - Shell : /usr/bin/false + Username : ftp + Password : + Full Name : anonymous ftp + Uid : 1002 + Class : default + Groups : ftp + Home : /home/ftp + Shell : /usr/bin/false Locked : no - OK? (yes/no) : yes + OK? (yes/no) : yes adduser: INFO: Successfully added (ftp) to the user database. Add another user? (yes/no): no - Goodbye! + Goodbye! + Note: For chrooted user ftp server you need to enter a password , change the full name and make a separate home directory Alternate way to add user would be: @@ -93,10 +95,11 @@ You can add following line or even check for the existence of similar one in the Following are the options you need to consider: --A – anonymous access allowed. --l – logs access, if repeated logs more details such as transfers, etc. --D – runs as a daemon (standalone). --S – logs all anonymous access. + + -A – anonymous access allowed. + -l – logs access, if repeated logs more details such as transfers, etc. + -D – runs as a daemon (standalone). + -S – logs all anonymous access. If you wish to start the inetd - internet super server during system boot, add the following line into */etc/rc.conf*