Hi,
We setup a user-account for file-transfer using ftp for a Alpha
running D-UNIX 3.2c.
Interactive login is disabled
We put this part into the .profile to prevent login.
if [ -t 0 ]
then
echo "Inter. login is disabled"
sleep 5
exit 0
fi
We want to setup anonymous ftp for this account, only using anon. ftp
is username ftp and anonymous is valid.
Is it possible to grand other user-name for anon. ftp access ?
Or is the TCP/IP source available ??
T.I.A.
Gert...
------------------------------------------------------------------------
Gert Maaskant
Operational Support UNIX TSE MEA
EDS, Croeselaan 22, 3521 CB Utrecht NL
Telefoon : 030 - 2924 251 Telefax : 030 - 2924 250
Kamer : 0e etage E-Mail : gert.maaskant_at_nl.eds.com
en / of : gertm_at_cvi.ns.nl
Received on Mon Mar 10 1997 - 10:37:14 NZDT