Hi Support,
I am trying to download file with specific string in its name from sftp using below code but it doesn't download nor throw any error.
in my example, I need to download the file having "MapleBrownPrice" .
string SearchPattern = "MapleBrownPrice??.CSV";
sftp.Download(sourcepath + SearchPattern, @destinationPath );
Please suggest.
Thanks
Vinay