From owner-freebsd-questions@FreeBSD.ORG Mon May 10 13:04:43 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C48EB106566C for ; Mon, 10 May 2010 13:04:43 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 589868FC0A for ; Mon, 10 May 2010 13:04:42 +0000 (UTC) Received: by fxm15 with SMTP id 15so2782988fxm.13 for ; Mon, 10 May 2010 06:04:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=o4C3Aml840BBx2eTsmellbTAUhI839N4xZA8iTHdifc=; b=QCMqUwxTMPVgK7EY+iRI4QCymc0XnlBQEWfPhDfwXjQ9H14Yul4bWfpUQHJQ0AT4Iy cDpwMaokiaNGRwubsolUAXYX0o3iNeyHUtlCege4uzQfa+tIRWMpnN6ZlpD3gBTqiFbK K6b3RugNip8RBZ5OFD7DPFpESWrSW6aTImUxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=e8S977ms+bRXKoBLdi2weIEC2G3LiU39qUjnqIfryWa7p+GG/BGFnYmnWyMymk8dOb Q7UlrY2W5rYFGeeL99hM1oUS3BPXbLQp573qHRTIipwIhODsAm9g+UTJtq3MgdoPPqIS c9o0Bdr1RsT3RXajtBko+HkqL6tFY8kfewFUs= MIME-Version: 1.0 Received: by 10.223.60.3 with SMTP id n3mr4301511fah.83.1273496681487; Mon, 10 May 2010 06:04:41 -0700 (PDT) Received: by 10.223.106.199 with HTTP; Mon, 10 May 2010 06:04:41 -0700 (PDT) In-Reply-To: <4BE7FD7A.7020207@esiee.fr> References: <4BE7FD7A.7020207@esiee.fr> Date: Mon, 10 May 2010 08:04:41 -0500 Message-ID: From: Andrew Gould To: Frank Bonnet Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Very simple file sharing between FreeBSD server and windows client ? 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, 10 May 2010 13:04:43 -0000 On Mon, May 10, 2010 at 7:35 AM, Frank Bonnet wrote: > Hello > > Is there a simple software to share files between a FreeBSD server and a > windows client other than Samba which is a bit overkill for my needings, > > I just want to share a directory (and subdirectories) of my server with ONE > Windows client, to facilitate some files exchanges between two users. > > Thanks for any infos Some things simply aren't that simple if you're setting them up yourself. The good news is that you get to choose the type of complexity you want to deal with: 1. Samba. 2. You could purchase a networked drive (network attached storage) that both computers can access. Many retail stores now carry these. 3. Webdav (included with Apache 2.2). This setup is as complex as Samba; but you can access it securely across the internet via SSL. Good luck, Andrew