httrack copy website in ubuntu where login is required












0















I was trying to copy a website content using httrack in ubuntu but the problem is I cannot download the whole website just because there is an email and password login field excite.



I simply tried this on the terminal



httrack http://0.0.0.0:8080/


Now how I provide email and password in here?



I try this but not work.



httrack http://admin@gmail.com:123456@0.0.0.0:8080/









share|improve this question

























  • Might help: httrack.com/html/faq.html#QM6

    – Thomas
    Jan 13 at 9:22













  • I try this but not working any better idea? httrack http://admin@gmail.com:123456@0.0.0.0:8080/

    – Antu
    Jan 13 at 9:31






  • 1





    httrack.com/html/faq.html#QM4 is what you need.

    – vidarlo
    Jan 13 at 9:51











  • I read your link, they do authentication with user name and password but my case is email and password which is not working

    – Antu
    Jan 13 at 10:13
















0















I was trying to copy a website content using httrack in ubuntu but the problem is I cannot download the whole website just because there is an email and password login field excite.



I simply tried this on the terminal



httrack http://0.0.0.0:8080/


Now how I provide email and password in here?



I try this but not work.



httrack http://admin@gmail.com:123456@0.0.0.0:8080/









share|improve this question

























  • Might help: httrack.com/html/faq.html#QM6

    – Thomas
    Jan 13 at 9:22













  • I try this but not working any better idea? httrack http://admin@gmail.com:123456@0.0.0.0:8080/

    – Antu
    Jan 13 at 9:31






  • 1





    httrack.com/html/faq.html#QM4 is what you need.

    – vidarlo
    Jan 13 at 9:51











  • I read your link, they do authentication with user name and password but my case is email and password which is not working

    – Antu
    Jan 13 at 10:13














0












0








0








I was trying to copy a website content using httrack in ubuntu but the problem is I cannot download the whole website just because there is an email and password login field excite.



I simply tried this on the terminal



httrack http://0.0.0.0:8080/


Now how I provide email and password in here?



I try this but not work.



httrack http://admin@gmail.com:123456@0.0.0.0:8080/









share|improve this question
















I was trying to copy a website content using httrack in ubuntu but the problem is I cannot download the whole website just because there is an email and password login field excite.



I simply tried this on the terminal



httrack http://0.0.0.0:8080/


Now how I provide email and password in here?



I try this but not work.



httrack http://admin@gmail.com:123456@0.0.0.0:8080/






login email httrack






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 13 at 9:32







Antu

















asked Jan 13 at 9:19









AntuAntu

1034




1034













  • Might help: httrack.com/html/faq.html#QM6

    – Thomas
    Jan 13 at 9:22













  • I try this but not working any better idea? httrack http://admin@gmail.com:123456@0.0.0.0:8080/

    – Antu
    Jan 13 at 9:31






  • 1





    httrack.com/html/faq.html#QM4 is what you need.

    – vidarlo
    Jan 13 at 9:51











  • I read your link, they do authentication with user name and password but my case is email and password which is not working

    – Antu
    Jan 13 at 10:13



















  • Might help: httrack.com/html/faq.html#QM6

    – Thomas
    Jan 13 at 9:22













  • I try this but not working any better idea? httrack http://admin@gmail.com:123456@0.0.0.0:8080/

    – Antu
    Jan 13 at 9:31






  • 1





    httrack.com/html/faq.html#QM4 is what you need.

    – vidarlo
    Jan 13 at 9:51











  • I read your link, they do authentication with user name and password but my case is email and password which is not working

    – Antu
    Jan 13 at 10:13

















Might help: httrack.com/html/faq.html#QM6

– Thomas
Jan 13 at 9:22







Might help: httrack.com/html/faq.html#QM6

– Thomas
Jan 13 at 9:22















I try this but not working any better idea? httrack http://admin@gmail.com:123456@0.0.0.0:8080/

– Antu
Jan 13 at 9:31





I try this but not working any better idea? httrack http://admin@gmail.com:123456@0.0.0.0:8080/

– Antu
Jan 13 at 9:31




1




1





httrack.com/html/faq.html#QM4 is what you need.

– vidarlo
Jan 13 at 9:51





httrack.com/html/faq.html#QM4 is what you need.

– vidarlo
Jan 13 at 9:51













I read your link, they do authentication with user name and password but my case is email and password which is not working

– Antu
Jan 13 at 10:13





I read your link, they do authentication with user name and password but my case is email and password which is not working

– Antu
Jan 13 at 10:13










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109320%2fhttrack-copy-website-in-ubuntu-where-login-is-required%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109320%2fhttrack-copy-website-in-ubuntu-where-login-is-required%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?