Steve Snyder
2002-01-10 18:25:26 UTC
I would like to configure ProFTPd (v1.2.4, running on Linux) such that
only a single username/password (non-anonymous) is allowed for a
sucessful login. Is this possible?
Let me explain my rationale. In the past I've had an FTP server with
anonymous logins, the intent being that it allow transfer of files with
freinds and family, not acting as a server open to the public. What I
found was that I was probed constantly, with people uploading all kinds
of garbage just to test my throughput.
What I would like is to be able to instuct specified people that they may
get file "xxxxxxxx.yyy" like this:
ftp://myname:***@host.domain.com/outgoing/xxxxxxxx.yyy
My preference, if it is possible, is that this specified user *not* be a
user on my Linux machine. I'd rather have this username/password known
only to ProFTPd. I'm willing to create a user account specifically for
the single FTP user if needed, but I'd prefer not to.
So... how do I configure ProFTPd to allow only a single username/password
and to reject all others?
Thanks.
only a single username/password (non-anonymous) is allowed for a
sucessful login. Is this possible?
Let me explain my rationale. In the past I've had an FTP server with
anonymous logins, the intent being that it allow transfer of files with
freinds and family, not acting as a server open to the public. What I
found was that I was probed constantly, with people uploading all kinds
of garbage just to test my throughput.
What I would like is to be able to instuct specified people that they may
get file "xxxxxxxx.yyy" like this:
ftp://myname:***@host.domain.com/outgoing/xxxxxxxx.yyy
My preference, if it is possible, is that this specified user *not* be a
user on my Linux machine. I'd rather have this username/password known
only to ProFTPd. I'm willing to create a user account specifically for
the single FTP user if needed, but I'd prefer not to.
So... how do I configure ProFTPd to allow only a single username/password
and to reject all others?
Thanks.