How to use wild characters in wget ? e.g. wget http://abc.com/programs/*.cpp
Thanks
Try
wget -r -l1 --no-parent -A.cpp http://abc.com/programs/
based on http://www.linuxquestions.org/questions/linux-networking-3/use-wget-to-download-multiple-files-with-wildcards-603486/. Depending on the permissions set on the server, it may or may not work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With