From owner-freebsd-questions@FreeBSD.ORG Mon May 10 20:33:17 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 4ECCF1065672 for ; Mon, 10 May 2010 20:33:17 +0000 (UTC) (envelope-from prvs=07399190ec=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id C04988FC16 for ; Mon, 10 May 2010 20:33:16 +0000 (UTC) Received: (qmail 44068 invoked from network); 10 May 2010 20:06:36 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 10 May 2010 20:06:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:cc:mime-version:content-type:content-transfer-encoding; s=k1005; olt=johnl@user.iecc.com; bh=cVzbp77xlMmgiJpqZj91AwlFI/hgEQy7pjXbDm59NT0=; b=Hq765vDy6fBzjR0JmQnppESQAfikefKye7EezpZ9qQpaANLEYVDCAZ6+5fbJt3MJCidP6tmy9o8eApL5ced6gw0UbeRi3dYex6yWd5oz/uwdv21XD/aY06+XysuWlfnm8Pff+z6mG/gHovlN2w44UR7X7kCGFJ98s3RgTQJZibs= Date: 10 May 2010 20:06:31 -0000 Message-ID: <20100510200631.62666.qmail@joyce.lan> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: 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 20:33:17 -0000 >>> 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 concur with the advice to use Samba, but if that's too scary, you can just use FTP. Recent versions of Windows let you define a network location that is an FTP server, and it works well enough to show the files in a pseudo-folder and drag them back and forth to local folders. On Windows, it's a poorly documented option under map network drive. Or real men run COMMAND.CMO and run FTP from the command line. R's, John