From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 18:19:55 2007 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 E2B4A16A476 for ; Thu, 16 Aug 2007 18:19:55 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep11-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 2B1AC13C4B5 for ; Thu, 16 Aug 2007 18:19:54 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.99] (really [80.99.119.201]) by viefep12-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070816180058.GSBB22506.viefep12-int.chello.at@[192.168.1.99]> for ; Thu, 16 Aug 2007 20:00:58 +0200 Message-ID: <46C4905A.1020202@shopzeus.com> Date: Thu, 16 Aug 2007 19:58:50 +0200 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Share folder over internet 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: Thu, 16 Aug 2007 18:19:56 -0000 Hi All, Here is a problem that I cannot solve. I have two offices with two file servers (FreeBSD 6.1). Clients are accessing files over samba and nfs (on the local server). I would like to share some directory structures between the two offices. Originally I was thinking about sshfs (mount_sshfs) but I cannot compile fuse from the ports. NFS cannot share subdirectories, only whole filesystems and it is not secure to use over the internet. Security inside the LAN is not important. Most of these folders are "put everything into it" type, e.g. anyone can do anything with them. The users usually store doc, pdf, xls/gnumeric and txt files in them. I'm not interested in solutions where the end user needs to use a special program to access the files. For example, gftp is not an option. This is because these users sometimes does not know what a file is. I need nautilus integration, and mounting/mapping so the files can be opened from any program using file/open. What should I use? Thank you, Laszlo