smbget 0.3
-----------
Copyright (C) 2003 Jelmer Vernooij <jelmer@samba.org>
Published under the GNU General Public License

smbget is a small utility similar to wget that can download files from a 
SMB server. It currently supports recursive downloading and resuming downloads.

Dependencies
============
smbget depends on libsmbclient (from Samba, www.samba.org) and libpopt.

Example usage
=============
For most cases: 

# Recursively download 'src' directory
smbget -R smb://rhonwyn/jelmer/src

# Download FreeBSD ISO and enable resuming
smbget -r smb://rhonwyn/isos/FreeBSD5.1.iso

# Recursively download all ISOs
smbget -Rr smb://rhonwyn/isos

# Backup my data on rhonwyn
smbget -Rr smb://rhonwyn/

Bugs
====
See the file TODO and the BUGS section in the manpage for details.
