PDA

View Full Version : Wget question



Slaktarn
January 29th, 2010, 08:13 AM
Hay everyone its me again :)

If i have and just will download from that dir and donīt get redirection to the main folder after it downloaded from that one how do i do that?


wget -r -A "*.rar" -A "*.bin" -A "*.exe" http://somesite:80/somedir/somedir/Mvh Slaktarn

firefly2442
January 29th, 2010, 08:20 AM
http://www.gnu.org/software/wget/manual/html_node/Directory_002dBased-Limits.html

I think you may want to try "--no-parent". I'm not 100% sure but it's worth a try.

Cheers.

Slaktarn
January 29th, 2010, 11:58 AM
http://www.gnu.org/software/wget/manual/html_node/Directory_002dBased-Limits.html

I think you may want to try "--no-parent". I'm not 100% sure but it's worth a try.

Cheers.


yeh that worked thx alot

/Slaktarn