From owner-freebsd-questions@FreeBSD.ORG Sat May 13 08:53:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6266F16A4A1 for ; Sat, 13 May 2006 08:53:06 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AC843D48 for ; Sat, 13 May 2006 08:53:05 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZ700K5U4OHVWA0@osl1smout1.broadpark.no> for freebsd-questions@freebsd.org; Sat, 13 May 2006 10:53:05 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZ7004774OFY600@osl1sminn1.broadpark.no> for freebsd-questions@freebsd.org; Sat, 13 May 2006 10:53:05 +0200 (CEST) Date: Sat, 13 May 2006 10:53:05 +0200 From: Kyrre Nygard In-reply-to: <80D331DDB6F3A18968DF6AEA@[192.168.1.97]> To: Leo Lapousterle , freebsd-questions@freebsd.org Message-id: <7.0.1.0.2.20060513105210.021cb1c8@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=iso-8859-1; format=flowed Content-transfer-encoding: quoted-printable References: <80D331DDB6F3A18968DF6AEA@[192.168.1.97]> Cc: Subject: Re: An FTP alternative ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 08:53:10 -0000 At 04:57 13.05.2006, Leo Lapousterle wrote: >Hello :) > >I'm fed up with FTP servers : FTP is great, but I need some admin stuff >like privileges (one user can upload but not download, for example) >unavailable for FTP... at least for those I've tested. > >Is there an alternative way for FTP, allowing individual privileges? >I found hxd (hotline protocol, I used it 7 years ago!), it's very powerful >but quite discontinued... > >Anybody has another idea? :) >Thanks! > >-- >L=E9o >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to= "freebsd-questions-unsubscribe@freebsd.org" http://www.openftpd.org Although, I prefer vsftpd. It's super fast, super secure and super simple. And simple UNIX file permissions decides who gets to upload (write) and not. Good luck! Kyrre