Are you using vsftpd? If so there is a config file /etc/vsftpd. By default
only anonymous FTP is enabled. You probably want to uncomment two lines:

   # Uncomment this to allow local users to log in.
   local_enable=YES
   #
   # Uncomment this to enable any form of FTP write command.
   write_enable=YES

             -Mike MacIsaac, IBM  mikemac at us.ibm.com   (845) 433-7061



Tom Duerbusch <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 06/04/2003
01:56:38 PM

Please respond to Linux on 390 Port <[EMAIL PROTECTED]>

Sent by:    Linux on 390 Port <[EMAIL PROTECTED]>


To:    [EMAIL PROTECTED]
cc:
Subject:    Re: [LINUX-390] ftpd documentation



I did create some users.  When I try to enter a username when prompted
by the CMS FTP client, I get:

USER (identify yourself to the host):
tom
USER tom
530 This FTP server is anonymous only.
Command:

Where things seemed to be turned on, by default with Linux 7, they seem
to be turned off by default with Linux 8.

Tom Duerbusch
THD Consulting


What sort of error message do you get if you try to use something other
than
"anonymous"? Did you create users on the Linux system? I have SLES7
installed and the ftp daemon works just fine. Both from a CMS id and
from my
Windows desktop. But I must use the id that is set up on Linux. Not my
CMS
 or Windows id.

Reply via email to