From owner-freebsd-questions@FreeBSD.ORG Mon May 10 14:45:22 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 071B21065673 for ; Mon, 10 May 2010 14:45:22 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id B3D048FC14 for ; Mon, 10 May 2010 14:45:21 +0000 (UTC) Received: by qyk11 with SMTP id 11so5673702qyk.13 for ; Mon, 10 May 2010 07:45:21 -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=4y0r2wh0F/xuoZs9CZOifFqBWHgeevIJxGeK+voV6fU=; b=We5+57LqWwRLp2N/8wAcmX7/2gCL9APgTVDq5vab7ABxMpWjwMSZ+ln7C6CDoFoE4o ot+n5aOTF4SLJjuv5/pnwdMdNqWMrndggOsJPatq25HYjlbR52DG0p+xnzEbJCkqSlMJ TcoVXT4acXyIS3I5U7edobgR3dmt3HE6Blf80= 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=uFXgykHHORptLTUsXEGxUdkt+/RBa/oqqeFdqArpZuN6vkxwJ3tbxjnAj1CTVxA/NL K+bsSFvUZTZSr06X+g4eDhwN5kM2rrOcxzAifQ2OkcjodYe5iKf/iCAyhPNT26isSyvL 0FoKYe0NVfAoraiB53+pQmdTWqjoDgkUz+/po= MIME-Version: 1.0 Received: by 10.224.40.10 with SMTP id i10mr2716922qae.48.1273502223704; Mon, 10 May 2010 07:37:03 -0700 (PDT) Received: by 10.229.99.67 with HTTP; Mon, 10 May 2010 07:37:03 -0700 (PDT) In-Reply-To: <4BE7FD7A.7020207@esiee.fr> References: <4BE7FD7A.7020207@esiee.fr> Date: Mon, 10 May 2010 09:37:03 -0500 Message-ID: From: Adam Vande More To: Frank Bonnet Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 14:45:22 -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. > If it's a one way share, you can use rsync. -- Adam Vande More