[gentoo-user] Re: trouble with vsftpd

2007-12-16 Thread reader
David Relson [EMAIL PROTECTED] writes:

   Logging in as anonymous ... 
   Login incorrect.

Is vsftpd setup for `anonymous'

From vsftpd.conf
  Logging in as anonymous ... 
 # Allow anonymous FTP? (Beware - allowed by default if you 
 # comment this out).
 anonymous_enable=NO =

I don't allow anonymous as you see but maybe that line is set to `NO'
in your vsftpd.conf?

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: trouble with vsftpd

2007-12-16 Thread David Relson
On Sun, 16 Dec 2007 11:38:44 -0600
[EMAIL PROTECTED] wrote:

 David Relson [EMAIL PROTECTED] writes:
 
Logging in as anonymous ... 
Login incorrect.
 
 Is vsftpd setup for `anonymous'
 
 From vsftpd.conf
   Logging in as anonymous ... 
  # Allow anonymous FTP? (Beware - allowed by default if you 
  # comment this out).
  anonymous_enable=NO =
 
 I don't allow anonymous as you see but maybe that line is set to `NO'
 in your vsftpd.conf?

anonymous_enable=YES is set.

Below are the non-comment lines in vsftpd.conf (as reported
by grep -v ^# /etc/vsftpd/vsftpd.conf:

anonymous_enable=YES
anon_upload_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
chown_uploads=NO
ascii_upload_enable=NO
ascii_download_enable=NO
ls_recurse_enable=NO

file_open_mode=0666
local_umask=0022
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: trouble with vsftpd

2007-12-16 Thread reader
David Relson [EMAIL PROTECTED] writes:

 anonymous_enable=YES is set.

I won't be able to help beyond that, but I'm sure others will.  I
remember having a hard time with vsftpd and anonymous too.  But it
suddenly hit me after messing with it for a good while that I had no
need of anonymous since its on a protected home lan so just went with

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: trouble with vsftpd

2007-12-16 Thread David Relson
On Sun, 16 Dec 2007 18:19:14 -0600
[EMAIL PROTECTED] wrote:

 David Relson [EMAIL PROTECTED] writes:
 
  anonymous_enable=YES is set.
 
 I won't be able to help beyond that, but I'm sure others will.  I
 remember having a hard time with vsftpd and anonymous too.  But it
 suddenly hit me after messing with it for a good while that I had no
 need of anonymous since its on a protected home lan so just went with

I've actually got 2 non-working installations -- one a protected home
lan machine and the second a server (which stopped working a while
ago).  I figured the gentoo machine was the best place for
experimenting :-

-- 
[EMAIL PROTECTED] mailing list