From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 19:45:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA66106564A for ; Mon, 18 Oct 2010 19:45:23 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out9.libero.it (cp-out9.libero.it [212.52.84.109]) by mx1.freebsd.org (Postfix) with ESMTP id AC7758FC1D for ; Mon, 18 Oct 2010 19:45:23 +0000 (UTC) Received: from soth.ventu (151.51.29.223) by cp-out9.libero.it (8.5.107) id 4CB9CBED00419574 for freebsd-questions@freebsd.org; Mon, 18 Oct 2010 21:45:22 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id o9IJjHls028694 for ; Mon, 18 Oct 2010 21:45:17 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4CBCA3CD.8080001@netfence.it> Date: Mon, 18 Oct 2010 21:45:17 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.9) Gecko/20100917 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Subject: FTP like web app 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: Mon, 18 Oct 2010 19:45:24 -0000 Hello. Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface; _ run on FreeBSD; _ let one of my users upload some file and send a link to someone else; _ let that someone else download that file without seeing others' stuff; _ possibily notify the uploader when someone else downloads that file. Any hint? bye & Thanks av.