I am moving some websites onto my server (not anyone that Whm can handle) and would like to be able to use wget and the ftp function - but I keep not having it recurse through all the directories. In wget with http, i.e.
works fine, but the same - with what seems to be the needed -l all that transfers are the Front Page folders (_vti..)
Anyone have any thoughts - as all the references that I Google seem to say this will work.
Thanks in advance.
Oh, just found out that (at least in http mode) it converts spaces in directory names to %20. Now I need to see if all links will work - or figure out how to search and replace in filename - with recursion...
HTML:
wget -r -nc -nH -c http://www.mywebsite.net
HTML:
wget -r -l 5 -nc -c -nH ftp://user:[email protected]/public_html/
Thanks in advance.
Oh, just found out that (at least in http mode) it converts spaces in directory names to %20. Now I need to see if all links will work - or figure out how to search and replace in filename - with recursion...
Last edited: