.NET session.listDirectory + Mask/Filter
Hi,
Is it possible to apply a mask when reading files in a directory when using WinSCP within VS2010
I have to search for files in directories that contains thousands of file. It is really slow if I can't put a filter on my search. (It is possible with WinSCP exe)
For example :
Dim directory As RemoteDirectoryInfo = session.ListDirectory("/export/org/backup/*ZZZ*o") to get all files in directory backup with filename containing ZZZ and ending with o
Thanks
Is it possible to apply a mask when reading files in a directory when using WinSCP within VS2010
I have to search for files in directories that contains thousands of file. It is really slow if I can't put a filter on my search. (It is possible with WinSCP exe)
For example :
Dim directory As RemoteDirectoryInfo = session.ListDirectory("/export/org/backup/*ZZZ*o") to get all files in directory backup with filename containing ZZZ and ending with o
Thanks