Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 23:45:06 +0000
From:      Daniela <dgw@liwest.at>
To:        "Kenzo" <kenzo_chin@hotmail.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Ftp server
Message-ID:  <200311142345.06813.dgw@liwest.at>
In-Reply-To: <Sea1-DAV35s8JynCR34000017fe@hotmail.com>
References:  <Sea1-DAV35s8JynCR34000017fe@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 14 November 2003 22:19, Kenzo wrote:
> I'm looking at installing an FTP server at work.
> I was thinking of using FreeBSD4.9 and PureFTP.
> I guest I want to know what others have in mind and the experience with
> PureFTP (good or bad).
>
> I nice feathure would be able to create users and give them a time
> experation.
> so I would create a user, set it to expire tomorow, and send the userID and
> password to the person.
> The account would expire at midnight and be invalid.
>
> Is this possible with PureFTP or any open source ftp server?

AFAIK the FTP server software is not responsible for account expiration.
I'd do it with this command:

# at midnight
rmuser -y <username>
^D


Regards,
Daniela




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311142345.06813.dgw>