| Hi,
I have the following architecture in my intranet site:
test.site.com/one/two/three/A/AA/AAA
test.site.com/one/two/three/A/AA/BBB
test.site.com/one/two/three/A/AA/CCC
test.site.com/one/two/three/B/DD/EEE
test.site.com/one/two/three/B/DD/FFF
...
and in each AAA-BBB...FFF folder there are .tar .xml .txt files.
Folders A, B, AA, DD... are empty, there are no html files in any folder, so
no link!!
I want to download all txt files (in one single folder).
I have tried the following (and much more!):
WEB URL:
<https://username:password.@test.site.com>
but also something like:
<https://username:password.@test.site.com/one/two/>
<https://username:password.@test.site.com/one/two/>*
and scan filters like -*
+https://username:password.@test.site.com/one/two/three/*.txt
But it doesn't download the .txt files. It only downloads them when I set the
full URL in the WEB URL and filters:
-* +https://username:password.@test.site.com/one/two/three/A/AA/AAA/*.txt
I imagine it is because there is no link at all and just random files in all
these folders.
Is there a way to get these text files? Maybe another software?
thanks!! | |