# one superuser (class = 0x_0 = 0, unlimited simultaneous logins)
root:0:0::0:0:0:127.0.0.1,*.*.*.*:0::0x00:0
# next 2 user allows anonymous access (class = 0x_2 = 2)
# remove both if no anonymous access is wanted
anonymous:1:1::0:0:0:*.*.*.*:0::0x02:0
ftp:2:1::0:0:0:*.*.*.*:0::0x02:0
# one sample user (class = 0x_1 = 1, max. 1 login)
user:3:2::0:0:0:*.*.*.*:0::0x11:0
# 1st field:  username (max. 9 characters)
# 2nd field:  user id
# 3rd field:  group id (as in group file)
# 4th field:  encrypted password (set with SITE PASSWD <password> command)
# 5th field:  kbytes downloaded
# 6th field:  kbytes uploaded
# 7th field:  date and time of last login
# 8th field:  ipmask, from which user is allowed to log in:
#             ipmask: [ident@]ipfield.ipfield.ipfield.ipfield
#             ip fields can be: * | <n> | <n1>-<n2>
#             you can specify up to ten ip ranges, separated by a comma
# 9th field:  download limit
# 10th field: user information, max. 15 characters, no spaces
# 11th field: maximum simultaneous logins, user class, color flag
# 12th field: download credit in kb
# 13th field: (optional) list of secondary groups
