From owner-freebsd-questions@FreeBSD.ORG Sat Aug 13 13:37:32 2005 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 3328716A41F for ; Sat, 13 Aug 2005 13:37:32 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBFB643D48 for ; Sat, 13 Aug 2005 13:37:31 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1E3wCZ-00029B-5k; Sat, 13 Aug 2005 09:37:31 -0400 Date: Sat, 13 Aug 2005 08:37:40 -0500 From: "Andrew L. Gould" To: Carstea Catalin Message-ID: <20050813083740.2ef85255@grokwell.org> In-Reply-To: References: X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc0f7a2412490bfa1b76f0f6a727bfeed1350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: Connect from distance! 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 Aug 2005 13:37:32 -0000 On Sat, 13 Aug 2005 01:33:47 -0700 Carstea Catalin wrote: > How can i "share" ( with chmod for example ) for only some users > ( web programmers ) only one directory where they can put his web > pages. Ex : "share" : /var/www/html/dir1 > for user1,user2,user3 > If user1 make ssh on my server he can view,read,modify,remove only > files from /var/www/html/dir1 > .............................................................................................. > Tks! > If exist another solution for my web programers ( secure solution ) > to work from distance on my web server please tell me. > > > -- > Carstea Catalin Have you looked into webdav? It's a module that's available for Apache that allows the sharing of files over the web. The only drawback is that, as far as I know, the browser client on FreeBSD that supports it is KDE's Konqueror. (If I'm wrong, I would love to be corrected on this point.) Andrew Gould