You can fetch files continuously in small chunks from the beginning of the directory using Sftp.ListItemReceived event handler.
To finish fetching when you find specific file (or when the desired number of files has been fetched), call Sftp.Abort
method.
However, please note that the SFTP protocol doesn't support directory listing paging (it always starts at the beginning).