This is a discussion on Configuring ftp server on Suse 9.1 within the Linux Operating System forums, part of the Unix Operating Systems category; --> Doing : # ftp 192.168.0.6 I get Name (192.168.0.6:gaetan): gaetan 530 This FTP server is anonymous only. Login failed. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Doing : # ftp 192.168.0.6 I get Name (192.168.0.6:gaetan): gaetan 530 This FTP server is anonymous only. Login failed. I know on RH there is a /etc/ftpaccess where this is specified but I cannot find such a file here. Any hint are welcomed? Gaetan |
| |||
| On 2004-12-08, Gaétan Martineau <gmarti@pasdespammediom.qc.ca> wrote: > I know on RH there is a /etc/ftpaccess where this is specified but I > cannot find such a file here. Any hint are welcomed? Check your inetd.conf o xinetd.conf of which ftp server you run and then see the documentation of that server. Davide -- That's when you must acquire the skill to fart at whim... doing so will protect the Holy Personal Space. -- Stephen S. Edwards II |
| |||
| On Wed, 08 Dec 2004 10:34:36 -0500, Gaétan Martineau <gmarti@pasdespammediom.qc.ca> wrote: > Doing : > > # ftp 192.168.0.6 > > I get > > Name (192.168.0.6:gaetan): gaetan > 530 This FTP server is anonymous only. > Login failed. > > I know on RH there is a /etc/ftpaccess where this is specified but I > cannot find such a file here. Any hint are welcomed? > > Gaetan man ftpd -- Programming Department: Mistakes made while you wait. |
| |||
| Gaétan Martineau wrote: > I get > > ****Name*(192.168.0.6:gaetan):*gaetan > ****530*This*FTP*server*is*anonymous*only. > ****Login*failed. .... login as anonymous -- cat: /home/mtobler/newersig: No such file or directory /home/mtobler/t: line 3: fortune: command not found |
| ||||
| Davide Bianchi wrote: > On 2004-12-08, Gaétan Martineau <gmarti@pasdespammediom.qc.ca> wrote: > >>I know on RH there is a /etc/ftpaccess where this is specified but I >>cannot find such a file here. Any hint are welcomed? > > > Check your inetd.conf o xinetd.conf of which ftp server you run and then > see the documentation of that server. > > Davide > Sorry for not being explicit enough. (I am configuring vsftpd) I found the solution in editing /etc/vsftpd.conf and adding "local_enable=YES". Apparently, there is no such file as /etc/ftpaccess in vsftpd. Gaetan |