A friend of mine put up a bunch of mkv files on a public server, how can i download them all with one wget command?
I have tried
wget -r [path]
which simply grabs the index file, robots.txt and skips the mkvs. I also tried
wget -r -A.mkv
If i try getting a individual file directly it works fine, what am i doing wrong here? The man page is very long so possibly i just skipped the relevant option in which case I apologise.
[path]list all the.mkvfiles as links? – Mikel Apr 11 '11 at 22:37