U mnie konto Anonymous wyglada tak:
<Anonymous /mnt/ftp/ftp>
User nobody
Group nobody
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous nobody
# Limit the maximum number of anonymous logins
MaxClients 10 "Za duzo polaczonych userow -> Max = 10"
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
Zalozylem sobie tez usera o nazwie ftpuser i katalog domowy ustawilem na /mnt/ftp, a po to zybym mogl na konto Anonymous cos zapisywac.
Mam nadzieje ze troche pomoglem.