From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 20:06:06 2008 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 EA863106568A for ; Fri, 3 Oct 2008 20:06:06 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0008FC1D for ; Fri, 3 Oct 2008 20:06:06 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1130828fgb.35 for ; Fri, 03 Oct 2008 13:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=sdzCuE3/lH299oOXjH4SOhPUbQaHCkYLYv1PmQvl+w4=; b=ta6bCrhZRV/DMC8h/0NIPf4Y2MeYcueqLBLbtbfI9Fjsw9kKoSR3PTeXNOF/Az3TFc +It8XJe5WaizsJRIrEXtw9szEAjD+oSqZg8QvQhY05aDSNpxD0uLIjXPbcdmggQ+dKMT vEIGEwcdOS9Bgcf5AUlvqnXXIQV/vh/SRyvx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=sBPcsMWhSQnHjEILTqvKpeSoT6zdFCvLClz3WnSWGAjkP5H3GJeR3Neyi1eEIweze5 ROc23Oejvjh8GjEzdD0Q+conlVxyP/SbuKDThXylUENUTHMXaVrGrwOL16GhBtOmDA83 SVS70rIlAnPPoqqEF6sy1OSkBqOG71NpgUzsY= Received: by 10.180.244.19 with SMTP id r19mr1240922bkh.94.1223064365125; Fri, 03 Oct 2008 13:06:05 -0700 (PDT) Received: by 10.181.4.2 with HTTP; Fri, 3 Oct 2008 13:06:05 -0700 (PDT) Message-ID: <6e5cf6a70810031306h589c56c0udb373befd4cc0f66@mail.gmail.com> Date: Fri, 3 Oct 2008 16:06:05 -0400 From: "Joachim Rosenfeld" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: exporting/exposing directory over the 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: Fri, 03 Oct 2008 20:06:07 -0000 I wish to store some files on my FreeBSD 7 server that will be used by various clients (FreeBSD, Windows, and Linux). What is a good way to export a directory so that it can be mounted on various systems and seen as a local directory? NFS is out, for security reasons. I was thinking of Samba, but I'm not sure of the security implications of using it over the public Internet. Somebody mentioned WebDAV, but I'm not familiar with it at all and I'm not sure if it can do what I need it to do. Any recommendations?