Specifies FTP host access parameters.
The /etc/ftpaccess.ctl file is searched for lines that start with allow:, deny:, readonly:, writeonly:, readwrite:, useronly:, grouponly:, herald: and/or motd:. Other lines are ignored. If the file doesn't exist, then ftp access is allowed for all hosts. The allow: and deny: lines are for restricting host access. The readonly:, writeonly: and readwrite: lines are for restricting ftp reads (get) and writes (put). The useronly: and grouponly: lines are for defining anonymous users. The herald: and motd: lines are for multiline messages before and after login.
keyword: value, value, ...allow: host, host, ... dent: host, host, ...readonly: dirname, dirname, ... writeonly: dirname, dirname, ... readwrite: dirname, dirname, ...useronly: username, username, ... grouponly: groupname, groupname, ... herald: path motd: on|off