Sample Header Ad - 728x90

Using 'get' to transfer contents of folders using smbclient

3 votes
1 answer
26053 views
Using smbclient and the 'get' command to move files from a Windows network share over to a Linux box. I can smbclient from Linux to the network share and bring individual files over by doing something like: smb: \Source\> get 'filename.txt' This automatically drops the file into whatever current directory I'm in on Linux - which is perfect. **My question is:** How do I stage a bunch of files on the network share, and then when I'm ready, transfer all of the files at once? Hoping I don't have to name every individual file I want to transfer.
Asked by Shroom (31 rep)
Dec 21, 2022, 11:24 PM
Last activity: Dec 22, 2022, 09:14 AM