Index: [Article Count Order] [Thread]

Date:  Fri, 30 Nov 2007 10:29:07 +0100
From:  Michael Stauber <bq (at mark) solarspeed.net>
Subject:  [coba-e:11322] Re: AW:  Re: Tracing emails being sent with   apache
To:  coba-e (at mark) bluequartz.org
Message-Id:  <200711301029.07977.bq (at mark) solarspeed.net>
In-Reply-To:  <474EEE65.6060605 (at mark) dogsbody.org>
References:  <031a01c831c8$ebd93500$0101a8c0 (at mark) systemax> <200711290333.lAT3XGCh012474 (at mark) huda.muntadanet.com> <474EEE65.6060605 (at mark) dogsbody.org>
X-Mail-Count: 11322

Hi Dan,

> > If it is
> > possible to give an account SSH, it should be possible to do the same
> > for FTP.
>
> Unfortunately not.  SSH access is given by giving the user a valid shell
> to login to and is a standard part of *NIX.  FTP access would have to
> have specific tables set up to allow/deny access for a user.

Not entirely right, but almost. A ".ftpaccess" file in the home directory of a 
user can also deny FTP access, if you put the following text into it:

<Limit>
DenyAll
</Limit>

-- 
With best regards,

Michael Stauber