Select only specific-format files in subfolders, then download them
First I'd like to say that it's the first time I'm trying to create a script, and I'm not a native English speaker, so learning a programming language like C# can be difficult for me.
What I'm trying to do is choose a directory (that much I can manage on my own), list all the files in the folder and the subfolders in the format
Could someone help me?
What I'm trying to do is choose a directory (that much I can manage on my own), list all the files in the folder and the subfolders in the format
.doc
or .docx
, then download them without regards to folder structure (I just want the files, not the folders). I figured after a bit of search that I would need .NET Assembly Line to accomplish this. Looking a bit around in this forum I found https://winscp.net/forum/viewtopic.php?t=14392, but I can't figure out a way to insert a filemask (or where to put it) and the pass the list output to the .NET equivalent of mget
(I think I need to use this).
Could someone help me?