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