Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, Is there a way to cp directories using smbclient ? xwulfgar....
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    15

    smbclient

    Hi,

    Is there a way to cp directories using smbclient ?

    xwulfgar.

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695

  3. #3
    Just 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.

  4. #4
    Just 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
    # cd /mnt/ntserver; ls -l
    xwulfgar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...