1.

Solve : Dos command to get file from url?

Answer» <html><body><p>I am a beginner.I want to know that can we use any dos command to download some file from a url <a href="https://interviewquestions.tuteehub.com/tag/like-537196" style="font-weight:bold;" target="_blank" title="Click to know more about LIKE">LIKE</a> htm ,jpg file and had a speed result ?If write a batch file ,how can i do that wget, curl.Code: <a>[Select]</a>C:\&gt;wget http://iso.linuxquestions.org/download/290/2792/http/distro.ibiblio.org/tinycore_2.9.iso<br/>--2010-03-13 13:18:41--  http://iso.linuxquestions.org/download/290/2792/http/distro.ibiblio.org/tinycore_2.9.iso<br/>Resolving iso.linuxquestions.org... 75.126.162.205<br/>Connecting to iso.linuxquestions.org|75.126.162.205|:80... connected.<br/>HTTP request sent, awaiting response... 302 Found<br/>Location: http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/tinycore_2.9.iso [<a href="https://interviewquestions.tuteehub.com/tag/following-463335" style="font-weight:bold;" target="_blank" title="Click to know more about FOLLOWING">FOLLOWING</a>]<br/>--2010-03-13 13:18:41--  http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/tinycore_2.9.iso<br/>Resolving distro.ibiblio.org... 152.46.7.109<br/>Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.<br/>HTTP request sent, awaiting response... 301 Moved Permanently<br/>Location: ftp://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/tinycore_2.9.iso [following]<br/>--2010-03-13 13:18:41--  ftp://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/tinycore_2.9.iso<br/>           =&gt; `tinycore_2.9.iso'<br/>Connecting to distro.ibiblio.org|152.46.7.109|:21... connected.<br/>Logging in as anonymous ... Logged in!<br/>==&gt; SYST ... done.    ==&gt; PWD ... done.<br/>==&gt; TYPE I ... done.  ==&gt; CWD /pub/linux/distributions/tinycorelinux/2.x/release ... done.<br/>==&gt; SIZE tinycore_2.9.iso ... 10604544<br/>==&gt; PASV ... done.    ==&gt; RETR tinycore_2.9.iso ... done.<br/>Length: 10604544 (10M)<br/><br/>100%[============================================================================================================&gt;] 10,604,544   176K/s   in 70s<br/><br/>2010-03-13 13:19:54 (148 KB/s) - `tinycore_2.9.iso' saved [10604544]<br/>THX for ghostdog74 and Salmon Trout,your info is very helpful for me <a href="https://interviewquestions.tuteehub.com/tag/one-241053" style="font-weight:bold;" target="_blank" title="Click to know more about ONE">ONE</a> more question,if the pc can not <a href="https://interviewquestions.tuteehub.com/tag/able-361137" style="font-weight:bold;" target="_blank" title="Click to know more about ABLE">ABLE</a>  or no right to <a href="https://interviewquestions.tuteehub.com/tag/install-2121155" style="font-weight:bold;" target="_blank" title="Click to know more about INSTALL">INSTALL</a> the tools.Is that possible any default dos command to dot that ?THX</p></body></html>


Discussion

No Comment Found