Jump to content

cp * //mnt/disk1


MvL

Recommended Posts

Hi,

 

I need some help. I want to copy files from my ClearOS box to my unRAID box. Both are samba shares. So if i login with putty on my ClearOS box want command should i use? I tried to use smbclient:

 

smbclient //hostname/sharename

 

Now i can browse into this directory. How do i copy files?

Link to comment

That easy...sorry i asked this question to fast

 

mount -t cifs //host/share /mnt/share.

 

and then use the cp command. Now i have to automate this.

 

The more i play with the Linux command line the more i enjoy it.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...