Path mask: files in subfolders (beta vs stable)
Using Windows WinSCP 4.3.7 and 5.0.6 beta portable on WindowsXP.
I would like to fetch all files matching "foo*.txt" in a certain folder, without getting matching files from subfolders.
Using both the stable and beta version, I get the same results and files matching "foo*.txt" in subfolder "/folder/subfolder/" are not returned. But the documentation, section "Path Mask" says the following:
Thank you.
I would like to fetch all files matching "foo*.txt" in a certain folder, without getting matching files from subfolders.
get /folder/foo*.txt c:\temp\
Am I misunderstanding the doc?For example mask /home/martinp/*.txt matches all text files within the directory and its subdirectories (in the latest beta release only).
Thank you.