Score:0

How do I allow any password for anonymous accounts on ProFTPD?

ky flag

I want to allow any password (like any string) on my anonymous accounts, not just the e-mail address. How do I setup this up?

USER anonymous
331 Anonymous login ok, send your complete email address as your password
PASS ****
530

I used to have this in FileZilla server by just unchecking the password box but I can't get it to work on ProFTPD.

My anonymous config:

<Anonymous ~ftp>
  <Limit LOGIN>
    AllowAll
  </Limit>
  User              ftp
  Group             ftp
  RequireValidShell     off
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias         anonymous ftp

  # Limit the maximum number of anonymous logins
  MaxClients            10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin          welcome.msg
  DisplayChdir          .message

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>
</Anonymous>

Edit: I didn't have a ftp account. That's why it wasn't logging me in.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.