Hello<br>   I have been struggling past few days on how to fetch SummaryInformation or DocumentSummaryInformation ADS stream attached with a text document on windows XP. SummaryInformation and DocumentSummaryInformation streams keep property data such as author, title, catagory and so on (edited through property-&gt;summary menu on XP). <br>
<br>I am using Samba version 3.2.6 on a Linux box. cli_qpathinfo_streams() lets me get list of all streams associated with the text file. I can get most ADS streams as &lt;file-name&gt;:&lt;stream-name&gt; , using smbget but this request fails for &lt;filename&gt;:\005DocumentSummaryInformation with error NT_STATUS_OBJECT_NAME_INVALID.<br>
<br>Below is the smbclient session output<br>smb: \&gt; allinfo docu.txt<br>altname: docu.txt<br>create_time:    Thu Sep 24 13:54:32 2009 IST<br>access_time:    Fri Nov 27 11:23:05 2009 IST<br>write_time:     Thu Nov 26 15:42:10 2009 IST<br>
change_time:    Thu Nov 26 15:52:38 2009 IST<br>stream: [::$DATA], 214 bytes<br>stream: [:DocumentSummaryInformation:$DATA], 120 bytes<br>stream: [:SebiesnrMkudrfcoIaamtykdDa:$DATA], 128 bytes<br>stream: [:SummaryInformation:$DATA], 272 bytes<br>
stream: [:myjpg:$DATA], 3196 bytes<br>stream: [:stream:$DATA], 16 bytes<br>stream: [:stream1:$DATA], 16 bytes<br>stream: [:stream2:$DATA], 16 bytes<br>stream: [:stream3:$DATA], 16 bytes<br>stream: [:stream4:$DATA], 16 bytes<br>
stream: [:stream6:$DATA], 16 bytes<br>stream: [:vver:$DATA], 16 bytes<br>stream: [:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA], 0 bytes<br>smb: \&gt; get docu.txt:stream1<br>getting file \docu.txt:stream1 of size 16 as docu.txt:stream1 (1.4 kb/s) (average 1.4 kb/s)<br>
smb: \&gt; get docu.txt:\\005DocumentSummaryInformation<br>NT_STATUS_OBJECT_NAME_INVALID opening remote file \docu.txt:\005DocumentSummaryInformation<br>smb:\&gt; get docu.txt:\005DocumentSummaryInformation<br>NT_STATUS_OBJECT_NAME_INVALID opening remote file \docu.txt:\005DocumentSummaryInformation<br>
smb: \&gt; get docu.txt:\005DocumentSummaryInformation<br>NT_STATUS_OBJECT_NAME_INVALID opening remote file \docu.txt:\005DocumentSummaryInformation<br>smb: \&gt; get docu.txt:DocumentSummaryInformation<br>
NT_STATUS_OBJECT_NAME_INVALID opening remote file \docu.txt:DocumentSummaryInformation<br><br>Does anybody have knowledge on this issue? Your help will be much appreciated<br><br>Thanks<br>veeral <br>