Tapan Mehta <[EMAIL PROTECTED]> writes: > 1) If there is a connection loss then the next time > does wget automatically start from the point it had stopped or is > there a switch I need to apply to enable this option
No special option is necessary, Wget continues where it left off in case of connection loss. However, if you exit Wget and restart it, you do need to specify the `-c' option to continue where the previous download left off. > 2)Is there a switch for dynamically alloting the number of 'tries' > option in wget Yes, `-t'.
