0

I'm trying to install a tool from github. I want to download a folder that contains many files (but not other folders).

when I use only wget [link] I get one file that concatenate all files in the folder instead of separate files. I tried using -r and -np options but it didn't help.

Will appreciate any help

Lala
  • 85
  • 1
  • 1
  • 5
  • does the link end with `/` ? – LS_ Jul 23 '18 at 07:10
  • @signo no it doesnt – Lala Jul 23 '18 at 07:13
  • @Lala try by placing `/` at the end of the link, also if you want only the files in the specified folder use `wget -r -l1 --no-parent` – LS_ Jul 23 '18 at 07:17
  • @signo Thanks, I tried but it only produce a sequence of 5-6 folders one in each other, and in the end an HTML file that concatenates all files in the folder I wanted. this is the link to the folder I want {https://github.com/szpiech/selscan/tree/master/src} – Lala Jul 23 '18 at 07:22
  • 1
    @signo I was able to do it with DownGit. Thanks! – Lala Jul 23 '18 at 07:31
  • @beat I was able to do it with DownGit. Thanks! – Lala Jul 23 '18 at 07:31

0 Answers0