From owner-freebsd-questions@FreeBSD.ORG Mon May 10 12:40:09 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 90183106564A for ; Mon, 10 May 2010 12:40:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 49D5B8FC13 for ; Mon, 10 May 2010 12:40:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OBSHI-0000Ow-8d for freebsd-questions@freebsd.org; Mon, 10 May 2010 14:40:08 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 May 2010 14:40:08 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 May 2010 14:40:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org connect(): No such file or directory From: Ivan Voras Date: Mon, 10 May 2010 14:39:56 +0200 Lines: 14 Message-ID: References: <4BE7FD7A.7020207@esiee.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100329 Thunderbird/3.0.3 In-Reply-To: <4BE7FD7A.7020207@esiee.fr> X-Enigmail-Version: 1.0.1 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 12:40:09 -0000 On 05/10/10 14:35, 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 by "share" you mean use a network file system than there is no other way then to use - a network file system, with all its complexity. Otherwise, scp (winscp), ftp and others can be used to exchange single files.