rsync by manual giving error outputRsync over ssh, or something else?Cygwin rsync protocol errorrsync fails...

Does a large simulator bay have standard public address announcements?

What happens in the secondary winding if there's no spark plug connected?

How to write a column outside the braces in a matrix?

Retract an already submitted recommendation letter (written for an undergrad student)

How does Captain America channel this power?

What are the steps to solving this definite integral?

Can I criticise the more senior developers around me for not writing clean code?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Discriminated by senior researcher because of my ethnicity

What is the philosophical significance of speech acts/implicature?

Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?

What term is being referred to with "reflected-sound-of-underground-spirits"?

How to have a sharp product image?

What makes accurate emulation of old systems a difficult task?

What does the integral of a function times a function of a random variable represent, conceptually?

How could Tony Stark make this in Endgame?

What happened to Captain America in Endgame?

Implications of cigar-shaped bodies having rings?

How to pronounce 'c++' in Spanish

What does ゆーか mean?

How can the Githyanki Supreme Commander move while insubstantial?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

How did Captain America manage to do this?

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?



rsync by manual giving error output


Rsync over ssh, or something else?Cygwin rsync protocol errorrsync fails under daemon but succeeds when run from terminalnormal user to rsync between two systems as rootI can't rsync to my phoneRsync via SSH doesn't workWhy is rsnapshot not giving stats, even with rsync --statsRsync macOS to Synology stopped workingHow to rsync over sshCapture actual rsync error






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I would like to get a file to build an old release



rsync http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb debian-40r0-i386-DVD-1.iso
ssh: Could not resolve hostname http: Name or service not known
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.1]


This file is downloadable via browser. I have a hard time interpreting what is wrong with my system.










share|improve this question







New contributor




user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I would like to get a file to build an old release



    rsync http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb debian-40r0-i386-DVD-1.iso
    ssh: Could not resolve hostname http: Name or service not known
    rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
    rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.1]


    This file is downloadable via browser. I have a hard time interpreting what is wrong with my system.










    share|improve this question







    New contributor




    user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I would like to get a file to build an old release



      rsync http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb debian-40r0-i386-DVD-1.iso
      ssh: Could not resolve hostname http: Name or service not known
      rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
      rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.1]


      This file is downloadable via browser. I have a hard time interpreting what is wrong with my system.










      share|improve this question







      New contributor




      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I would like to get a file to build an old release



      rsync http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb debian-40r0-i386-DVD-1.iso
      ssh: Could not resolve hostname http: Name or service not known
      rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
      rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.1]


      This file is downloadable via browser. I have a hard time interpreting what is wrong with my system.







      debian rsync






      share|improve this question







      New contributor




      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      user978927user978927

      11




      11




      New contributor




      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user978927 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          1














          RSYNC is not designed to download files over http. You can download using 'wget' or 'curl'.



          wget http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb





          share|improve this answer








          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















          • Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

            – Gordon Davisson
            yesterday












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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
          });


          }
          });






          user978927 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429477%2frsync-by-manual-giving-error-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          RSYNC is not designed to download files over http. You can download using 'wget' or 'curl'.



          wget http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb





          share|improve this answer








          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















          • Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

            – Gordon Davisson
            yesterday
















          1














          RSYNC is not designed to download files over http. You can download using 'wget' or 'curl'.



          wget http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb





          share|improve this answer








          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















          • Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

            – Gordon Davisson
            yesterday














          1












          1








          1







          RSYNC is not designed to download files over http. You can download using 'wget' or 'curl'.



          wget http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb





          share|improve this answer








          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          RSYNC is not designed to download files over http. You can download using 'wget' or 'curl'.



          wget http://archive.debian.org/debian/pool/main/x/xmovie/xmovie_1.9.12-1.1_i386.deb






          share|improve this answer








          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered yesterday









          NaveenNaveen

          113




          113




          New contributor




          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.













          • Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

            – Gordon Davisson
            yesterday



















          • Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

            – Gordon Davisson
            yesterday

















          Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

          – Gordon Davisson
          yesterday





          Yep. Specifically, rsync uses servername:filepath to specify remote files, so http://archive.debian.org/debian/... will be interpreted as referring to the file "//archive.debian.org/debian/..." on the server named "http". There's no server by that name, hence the "Could not resolve hostname" error message.

          – Gordon Davisson
          yesterday










          user978927 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          user978927 is a new contributor. Be nice, and check out our Code of Conduct.













          user978927 is a new contributor. Be nice, and check out our Code of Conduct.












          user978927 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1429477%2frsync-by-manual-giving-error-output%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

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...