Thread: Copy file from Windows Network Share to Linux
i have files on windows shared folder on local network. can't seem figure out how copy local machine through bash. need able through bash.
location i'm trying from:
smb://ts2/file.dbf
i'm trying to:
/home/toddw/datadump
when run command:
cp smb://ts2/sbt/file.dbf /home/toddw/datadump
i get:
cp: cannot stat `smb://ts2/sbt/file.dbf': no such file or directory
missing here?
you have use samba program access windows shares... can choose mount windows share , copy mount point, or use smbclient cli copy over...
man samba
man smbclient
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Copy file from Windows Network Share to Linux
Ubuntu
Comments
Post a Comment