John wrote:
I run the vsftpd as stand alone because i dont know how to start it
Allright, and how to use the wrapper for the vsftpd now? ----- Original Message ----- From: "Martin Mielke" <martin.mielke@thales-is.com> To: "John" <isofroni@cc.uoi.gr> Cc: "SuSE List" <suse-linux-e@suse.com> Sent: Wednesday, March 24, 2004 12:29 PM Subject: Re: [SLE] Vsftp and anonymus login through
the xinetd.
cat /etc/xinetd.d/vsftpd # default: off # description: # The vsftpd FTP server serves FTP connections. It uses # normal, unencrypted usernames and passwords for authentication. # vsftpd is designed to be secure. service ftp { socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/vsftpd # server_args = # log_on_success += DURATION USERID # log_on_failure += USERID # nice = 10 disable = no }
HTH, Martin
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com