Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2008 16:40:01 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Martin McCormick <martin@dc.cis.okstate.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Questions from a Total samba Novice.
Message-ID:  <20080509163721.E52266@wojtek.tensor.gdynia.pl>
In-Reply-To: <200805091333.m49DXSC1091714@dc.cis.okstate.edu>
References:  <200805091333.m49DXSC1091714@dc.cis.okstate.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
>       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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080509163721.E52266>