Hello, I want to get a list of files on FTP server giving a file pattern. For example I want to get a list of files matching following pattern: /matmaster/MATMASTER_*.CSV
Why do I want this? Because it is not allowed for us to make any file movement on the remote server. So we have to check none-downloaded files on the FTP and download if exists.
Is there any dotnet solution for this?
Why do I want this? Because it is not allowed for us to make any file movement on the remote server. So we have to check none-downloaded files on the FTP and download if exists.
Is there any dotnet solution for this?