Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

smbclient

Status
Not open for further replies.

Igaduma

Technical User
Nov 23, 2001
322
BE
hi all,

I can connect from solaris & samba to a windows share using smbclient.
But, it seems that mput needs a Y+return for every file.
Is there a way to disable this since I'm not sure how you can do this from a script.


The idea would be to dump a few directories on a remote windows machine from a solaris machine using smbclient and a put script


Thanks
L
 
You can try something like this:
Code:
smbclient UsualParms -c "prompt;mput YourPattern"

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top