I have to download files (.htm, .html, .phtml, .gif, .png etc) from different subfolders or the server. F.E. server has such structure:
/
/folder1
/folder2
/folder3
I have to receive all specified content of folders "folder1" and "folder2" with its subfolders content, the subfolders deep is unknown. What filters should I use? Should I use levels restriction and/or including/excluding mask?
Thank you.
Rustam.