tags:
- Application/smbget
- Protocol/SMB
- Application/smbclient
- Standard/URIsmbget smb://$IP/$SHARE/$FILE -U $USER
Download $FILE from $SHARE at $IP.
Note that the semantics are annoyingly slightly different from smbclient - no port specification, and the smb: protocol portion of the URI must be included.
Use -R (and omit $FILE) to recursively download an entire directory.