Read alternate data streams over SMB with Linux
Found a way to do this without mounting the drive.
smbclient -U USER //IP/Share -c 'allinfo "ADS_FILE"'
followed by get "ADS_FILE:PASSWORD:$DATA"
downloads the file.
Found a way to do this without mounting the drive.
smbclient -U USER //IP/Share -c 'allinfo "ADS_FILE"'
followed by get "ADS_FILE:PASSWORD:$DATA"
downloads the file.