From owner-freebsd-questions@FreeBSD.ORG Fri May 9 14:40:16 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 8A1F61065670 for ; Fri, 9 May 2008 14:40:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8AC158FC20 for ; Fri, 9 May 2008 14:40:14 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m49Ee24b052277; Fri, 9 May 2008 16:40:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m49Ee1nj052274; Fri, 9 May 2008 16:40:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 9 May 2008 16:40:01 +0200 (CEST) From: Wojciech Puchar To: Martin McCormick In-Reply-To: <200805091333.m49DXSC1091714@dc.cis.okstate.edu> Message-ID: <20080509163721.E52266@wojtek.tensor.gdynia.pl> References: <200805091333.m49DXSC1091714@dc.cis.okstate.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Questions from a Total samba Novice. 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, 09 May 2008 14:40:16 -0000 > smbclient(1) > The smbclient program implements a simple ftp-like client. This is > useful for accessing SMB shares on other compatible servers (such as > Windows NT), and can also be used to allow a UNIX box to print to a > printer attached to any SMB server (such as a PC running Windows > NT). smbclient connects to any SMB server (be it Windows or unix or whatever) and perform fetch, upload and other operations from command line. it's good to: testing your samba setup (if you need) fetching/uploading files to windoze from unix, if windoze has folder sharing enabled. if you need file server for use with windoze - configure smb.conf properly and run samba with smbd_enable="YES" nmbd_enable="YES" in /etc/rc.conf and then by /usr/local/etc/rc.d/samba start (or stop/restart)