delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Fri, 28 Jun 2002 12:44:44 +0200 |
From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
Organization: | Esse keine toten Tiere |
X-Priority: | 3 (Normal) |
Message-ID: | <150357047867.20020628124444@familiehaase.de> |
To: | "Elfyn McBratney" <elfyn AT exposure DOT org DOT uk> |
CC: | "Cygwin ML" <cygwin AT cygwin DOT com> |
Subject: | Re: getting ftpd installed... |
In-Reply-To: | <001301c21e89$e8b69d70$0dcbfea9@emcbfsserv> |
References: | <001301c21e89$e8b69d70$0dcbfea9 AT emcbfsserv> |
MIME-Version: | 1.0 |
Elfyn schrieb: > Im trying to get ftpd installed, and i have got it installed and listening > but i cant find the config file aka ftpd.conf... Im not sure if the file > exists of what, i did a `file / -name "*.conf` which returned config files > but not for the ftp daemon. Is there one? > If anyone knows, or has installed and configured the ftp server or knows of > a good tutorial on the config file syntax to get me started. $ man ftpd [...] The file /etc/nologin can be used to disable ftp access. If the file exists, ftpd displays it and exits. If the file /etc/ftpwelcome exists, ftpd prints it before issuing the ``ready'' message. If the file /etc/motd exists, ftpd prints it after a successful login. [...] Ftpd authenticates users according to three rules. 1. The login name must be in the password data base, /etc/passwd, and not have a null password. In this case a password must be provided by the client before any file operations may be per- formed. 2. The login name must not appear in the file /etc/ftpusers. [...] FILES /etc/ftpusers List of unwelcome/restricted users. /etc/ftpwelcome Welcome notice. /etc/motd Welcome notice after login. /etc/nologin Displayed and access refused. [...] Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |