On 18/12/15 18:14, Gene Heskett wrote:
Ok, I have constructed a recursive pull ~/.wgetrc, but all I get are syntax errors. The file: (which kmail cannit insert, so copy-paste) gene@coyote:~/Documents/dovecot-wiki$ cat ~/.wgetrc -np --follow-ftp -r -l 20 -k
Using "info wget" to read the wget user manual, I see that your wgetrc is indeed syntactically invalid. To do what yours appears to be intended to do, you would need something like:
no_parent = on follow_ftp = on recursive = on reclevel = 20 convert_links = on