linux - How tell wget to only download files within a specific path -


i trying download contents of website, since website in more 1 language, faced problem. structure of site follows:

mysite.com fr.mysite.com ar.mysite.com ... 

i want download files in arabic domain (ar.mysite.com), using -r option downloads contents of other languages. how can wget recursively download files, files within specific domain?

the --no-parent option want, if understand question. limits queries lie underneath "directory" specified original url.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -