| > cd httrack
> rmdir tds.as /s/q
> httrack -r2 -i tds.as/kundeftp/tdstouch +*.pdf
> +*.gif +*.jpg +*.doc +mime:text/html
> copy tds.askundeftp dstouch*.pdf +*.gif +*.jpg
> +*.doc e: ds
>
> the last script with the copy command doesnt work.
> :( is that the correct syntax?1) copy from to
not copy from to +wild +wild ...
you'll need multiple copy commands
2)
why remove the directory, update would be faster then redownloading
3)
You are not specifying an output directory
4)
You'll need to control where the file types are (-N4) See
<http://www.httrack.com/html/fcguide.html> | |