Can I implement anonymous ftp with password and messages?

Can I implement anonymous ftp with password and messages?

Post by Timothy Fredri » Thu, 04 Feb 1993 07:11:38



(AIX 3.2.x)

I want to have an anonymous ftp capability, but with a password.  That would
give certain users access to a particular workstation but would severely
restrict what those users can do.  Is this possible?  Also...

What about those messages that many archive sites display when you anonymous
ftp to them?  Apparently they have .message files set up in each subdirectory
under ~ftp which are automatically displayed when the user cd's to those
subdirectories.  How can I implement this under AIX?

And can we log the users who ftp in somewhere without installing accounting?
I know with accounting installed, you have the "last" command available. But
is there some other way?

And (really asking for a lot I know) can we log the activities of ftp users
such that we know how frequently and to whom files are downloaded.

Thanks in advance.

 
 
 

Can I implement anonymous ftp with password and messages?

Post by Ronald S. Wo » Fri, 05 Feb 1993 02:23:42



>And (really asking for a lot I know) can we log the activities of ftp users
>such that we know how frequently and to whom files are downloaded.

What you need is one of those super hacked ftpd like the one from
wuarchive. I am sure someone will post where you can pick up an AIX
binary since this question comes up so very often, but I forget to
write down the sites.

--
+-----All Views Expressed Are My Own And Are Not Necessarily Shared By------+
+------------------------------My Employer----------------------------------+

+ other email addresses             Prodigy: XTCR74A Compuserve: 73530,2537 +

 
 
 

Can I implement anonymous ftp with password and messages?

Post by Timothy Fredri » Fri, 05 Feb 1993 07:08:09




>>And (really asking for a lot I know) can we log the activities of ftp users
>>such that we know how frequently and to whom files are downloaded.

>What you need is one of those super hacked ftpd like the one from
>wuarchive. I am sure someone will post where you can pick up an AIX
>binary since this question comes up so very often, but I forget to
>write down the sites.

I tried to compile wuarchive's ftpd.  It compiles and installs okay, but it
won't work past the user validate phase of an ftp session.  Has anyone ever
ported wuarchive's ftpd to AIX?  What can I do to get it to validate users?


 
 
 

Can I implement anonymous ftp with password and messages?

Post by Jerry Heym » Sat, 06 Feb 1993 07:23:17




|>>And (really asking for a lot I know) can we log the activities of ftp users
|>>such that we know how frequently and to whom files are downloaded.
|>
|> What you need is one of those super hacked ftpd like the one from
|> wuarchive. I am sure someone will post where you can pick up an AIX
|> binary since this question comes up so very often, but I forget to
|> write down the sites.
|>

Another option might be to try using the -l option when starting up ftpd.  
According to info/man, the -l flag sends logging information to syslogd.
I haven't run this in a while, so I'm not sure whether the logging done is
granular enough to meet your requirements.

jerry
--

IBM AWSD AIX Dev Env Tools MS 9631    "Software is the difference between
Austin, TX  78758                        hardware and reality"
*** All opinions expressed are exactly that - my opinions and NOT IBM's