| Hello
i want to resume the interrupted download as soon as i login to my account. so
i wrote the following code in the .bash_profie file
httrack www.websiteaddress.com -O /var/common/capture -i -P
proxyuser:proxypasswd@proxy:port
the problem is, whenever i want to login after editing the .bash_profile file
(after logging off or rebooting and then logging in) the system seems to hang,
it doesn't start any more. but the interesting thing is , if i truncate the -i
command like this
httrack www.websiteaddress.com -O /var/common/capture -P
proxyuser:proxypasswd@proxy:port
everything goes fine (i can login without any hazard). but i need the -i
command as i want to continue from the interrupted downloads. would you please
tell me how to solve this?i observed that if even i logout, httrack process
continues. i don't know if this is the reason behind this.
another question:
what is the option to take the httrack in background (now i can take it to
background by pressing ctrl+c and then choosing b).
please bear in mind that i do not have root password.
thanks
| |