Hi
I am using SMB2 Command Query Directory in order to fetch directory information from a server. While I am using the flag "SMB2_INDEX_SPECIFIED" I can see that Server keeps on sending information against multiple Query Directory until the list is exhausted , then server returns an NT STATUS Error as "No More Files". If I again send another similar request I receive the same error. Is there any way to reset the information at the server side directory handle so that I can freshly start the Query Directory with the same option ?.
I tried with "RESTART_SCAN" but using it server also returns back the first set of information which I don't require. Can someone help me out here. I just need to reset the current state of the directory handle at the server side.