Web Hosting Talk







View Full Version : need to someone to tweak wget


jjk2
05-18-2009, 03:37 AM
. basically i have wget -r -nd downloading a site. however, the problem is that i would like the URL to become the filename like below

www.site.com\\sub\\dir\\to\\file.html


Right now, wget -r -nd, will only give me file.html

i dont think this is a difficult task however i am not familiar with C so it will take me longer to read and figure things out...

please send me a quote

DME-Geoff
05-18-2009, 03:59 AM
A simple bash script should be able to tackle this..

jjk2
05-18-2009, 01:06 PM
i have a bash script that whenever wget downloads a file, it moves it to another location into www.site.com\\asdf\\here\\ format.

however problem arises because wget looks whether the file exists or not, and every time, that file will not exist

wget is stuck in a loop....

the only way is to modify wget.

jjk2
05-18-2009, 02:41 PM
okay i figured it out....