copying files from smb to linux in terminal

hey,

im trying to copy files that i have on my windows computer to my linux computer…

if i open smb://192.168.0.11/F/Server/MySQL_5/data

it opens and i can copy…

i wanna do the whole procedurama in the terminal …

so someone said use:

~ cd /var/lib/mysql
~ smbget -a -n -v -R smb://192.168.0.11/F/Server/MySQL_5/data/db_i_want.*

but linux (im running on suse 11 64bit) says the command is unknown … so now what ?

does anyone know ??

thanks

hi,

you could try to install ‘samba-client’ via yast. the command you wanted to use should be included there.

you might also download the rpm-package from the following location and install it manually (rpm -i …):

ftp://ftp.suse.com/pub/projects/samba/STABLE/11.0/x86_64/

regards,
mnu