Letöltés

Kezdőlap Fórumok Vegyes gondok Letöltés

10 bejegyzés megtekintése - 21-30 / 57
  • Szerző
    Bejegyzés
  • #2188088
    gabi
    Felhasználó

      Klassz!:) Köszi!

      When downloading from Internet servers, consider using the ‘-w’ option to introduce a delay between accesses to the server. The download will take a while longer, but the server administrator will not be alarmed by your rudeness.

      Akkor szerintem egy -w sem árt:D

      Viszont
      a szintekről csak annyit ír, hogy a -l szabályozza. Azt nem, hogy mi a végtelen…

      #2188089
      gabi
      Felhasználó

        Klassz!:) Köszi!

        When downloading from Internet servers, consider using the ‘-w’ option to introduce a delay between accesses to the server. The download will take a while longer, but the server administrator will not be alarmed by your rudeness.

        Akkor szerintem egy -w sem árt:D

        Viszont
        a szintekről csak annyit ír, hogy a -l szabályozza. Azt nem, hogy mi a végtelen…

        #2188090
        gabi
        Felhasználó

          Na de akkor szerintem tanulmányozom ezt az oldalt aztán ha lesz valami konkrétabb dolog akkor még beírok ide.
          Köszi a segítséget!

          #2188091
          gabi
          Felhasználó

            Na de akkor szerintem tanulmányozom ezt az oldalt aztán ha lesz valami konkrétabb dolog akkor még beírok ide.
            Köszi a segítséget!

            #2188092
            script
            Felhasználó

                     

              wget -r -l 0 -p [url url=http://site/1.html]http://site/1.html[/url]

              would download just 1.html and 1.gif, but unfortunately this is not the case, because ‘-l 0’ is equivalent to ‘-l inf’—that is, infinite recursion. To download a single html page (or a handful of them, all specified on the command-line or in a ‘-i’ url input file) and its (or their) requisites, simply leave off ‘-r’ and ‘-l’:

              A kiemelt resz nekem azt tukrozi, hogy igy meg az internetet is letoltheted elolunk. 🙂

              #2188093
              script
              Felhasználó

                       

                wget -r -l 0 -p [url url=http://site/1.html]http://site/1.html[/url]

                would download just 1.html and 1.gif, but unfortunately this is not the case, because ‘-l 0’ is equivalent to ‘-l inf’—that is, infinite recursion. To download a single html page (or a handful of them, all specified on the command-line or in a ‘-i’ url input file) and its (or their) requisites, simply leave off ‘-r’ and ‘-l’:

                A kiemelt resz nekem azt tukrozi, hogy igy meg az internetet is letoltheted elolunk. 🙂

                #2188094
                gabi
                Felhasználó

                  De ez nem pont az, hogy csak egy oldalt töltesz le vele?

                  #2188095
                  gabi
                  Felhasználó

                    De ez nem pont az, hogy csak egy oldalt töltesz le vele?

                    #2188096
                    gabi
                    Felhasználó

                      Jah ok…:S Nem tudom mi van velem. Nem megy ma az angol.:D

                      Na szóval akkor eddig: wget -w -c -r -l 0 [url url=http://weboldal_cime]http://weboldal_cime[/url] 😀

                      #2188097
                      gabi
                      Felhasználó

                        Jah ok…:S Nem tudom mi van velem. Nem megy ma az angol.:D

                        Na szóval akkor eddig: wget -w -c -r -l 0 [url url=http://weboldal_cime]http://weboldal_cime[/url] 😀

                      10 bejegyzés megtekintése - 21-30 / 57
                      • Be kell jelentkezni a hozzászóláshoz.