Hello Sir,
As I am using Renci.SshNet for SFTP Connect . But ListDirectory with path i want only ".txt" Files only. Is is possible or not in these in Asp.net 3.5 C#
Comments: The SFTP specification does not allow a filter to be specified.
You can always use Linq (or whatever) to filter the result.
Next time, please submit issues/question at our new home:
https://github.com/sshnet/SSH.NET
As I am using Renci.SshNet for SFTP Connect . But ListDirectory with path i want only ".txt" Files only. Is is possible or not in these in Asp.net 3.5 C#
Comments: The SFTP specification does not allow a filter to be specified.
You can always use Linq (or whatever) to filter the result.
Next time, please submit issues/question at our new home:
https://github.com/sshnet/SSH.NET