Results 1 to 4 of 4
Hi,
Is there a way to cp directories using smbclient ?
xwulfgar....
- 11-25-2009 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 15
smbclient
Hi,
Is there a way to cp directories using smbclient ?
xwulfgar.
- 11-25-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google: smbclient recursive get
- 11-25-2009 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 15
Cant find any good resources. All I need to do is cp a dir from a windows server to my local box.
xwulfgar.
- 11-26-2009 #4Just Joined!
- Join Date
- Jan 2007
- Posts
- 15
OK. smbclient can be used to create a tarball for extraction on the client side .. but its too cumbersome.
I simply set a mount point.
Code:# mkdir -p /mnt/ntserver
Code:# mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver
xwulfgar.# cd /mnt/ntserver; ls -l


Reply With Quote