Download files recursively and without prompting over samba using smbclient

Auge David Hausheer
Google
Web hausheer.osola.com

Connect to samba server

smbclient '\\hostname\share' -n netbiosname -W workgroup

Download files

prompt
recurse
mget *


Related topics