Discussion:
530 This FTP server is anonymous only
(too old to reply)
Wolf
2004-07-08 19:15:45 UTC
Permalink
Hi,
I'm sure this is an old chestnut but I can't seem to find the answer
anywhere. I've just reinstalled a copy of SuSE 9.0 and the now I can't ftp
to it - apart from anonymously of course. FTP has always worked on my
previous SuSE incarnations so I'm at a bit of a loss as to what could be
the matter. Any clues?

Thanks in advance
James
Martin Blume
2004-07-08 20:09:00 UTC
Permalink
"Wolf" schrieb > Hi,
Post by Wolf
I'm sure this is an old chestnut but I can't seem to find the
answer anywhere. I've just reinstalled a copy of SuSE 9.0 and
the now I can't ftp to it - apart from anonymously of course.
FTP has always worked on my previous SuSE incarnations so I'm at
bit of a loss as to what could be the matter. Any clues?
You may have to edit your ftpd.conf file.
Do ls /etc/*ftpd* and look what comes up.
Mine is /etc/vsftpd.conf. There I have to do:
# Local FTP user Settings
#
# Uncomment this to allow local users to log in.
#
local_enable=YES

And while you're at it, you may have to
# General Settings
#
# Uncomment this to enable any form of FTP write command.
#
write_enable=YES

Assuming that you want write files, of course.

The changes should take effect immediately, as fpd is started
from (x)inetd, IIRC.

HTH
Martin
Wolf
2004-07-08 20:42:35 UTC
Permalink
Post by Martin Blume
"Wolf" schrieb > Hi,
Post by Wolf
I'm sure this is an old chestnut but I can't seem to find the
answer anywhere. I've just reinstalled a copy of SuSE 9.0 and
the now I can't ftp to it - apart from anonymously of course.
FTP has always worked on my previous SuSE incarnations so I'm at
bit of a loss as to what could be the matter. Any clues?
You may have to edit your ftpd.conf file.
Do ls /etc/*ftpd* and look what comes up.
# Local FTP user Settings
#
# Uncomment this to allow local users to log in.
#
local_enable=YES
And while you're at it, you may have to
# General Settings
#
# Uncomment this to enable any form of FTP write command.
#
write_enable=YES
Assuming that you want write files, of course.
The changes should take effect immediately, as fpd is started
from (x)inetd, IIRC.
HTH
Martin
Thanks Martin - that worked perfectly!
Anund Rannestad
2004-07-08 21:15:35 UTC
Permalink
Post by Wolf
I'm sure this is an old chestnut but I can't seem to find the answer
anywhere. I've just reinstalled a copy of SuSE 9.0 and the now I can't ftp
to it - apart from anonymously of course. FTP has always worked on my
previous SuSE incarnations so I'm at a bit of a loss as to what could be
the matter. Any clues?
Using vsftpd?

Edit /etc/vsftpd.conf - a very well-explained conf file. I had the
same trouble as you have the first time I installed SuSE Linux. But
the conf files are your friends :)

Regards,
Anund Rannestad

Loading...