<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Use Wget Command in Linux with Examples	</title>
	<atom:link href="https://www.tecmint.com/10-wget-command-examples-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/10-wget-command-examples-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 15:39:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sivasreekanth		</title>
		<link>https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-1204801</link>

		<dc:creator><![CDATA[Sivasreekanth]]></dc:creator>
		<pubDate>Tue, 16 Jul 2019 12:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1208#comment-1204801</guid>

					<description><![CDATA[Hi,

I need help regarding below, when T try to download website using command &lt;code&gt;wget --mirror&lt;/code&gt;, it is going to ReadLine loop and coming out to complete request, can any one suggest on the same please.
&lt;pre&gt;
private void downLoadReport() {

		Runtime rt = Runtime.getRuntime();

		try {
			System.out.println(&quot;InsideTRY&quot;);

			Process p = rt.exec(wgetDir + &quot;wget --mirror http://alex.smola.org/drafts/thebook.pdf&quot;);
			// return result == 0;
			// Process p = Runtime.getRuntime().exec(&quot;wget --mirror
			// http://askubuntu.com&quot;);
			System.out.println(&quot;Process &quot; + p);
			BufferedReader reader = new BufferedReader(new InputStreamReader(p.getInputStream()));
			String line;
			while ((line = reader.readLine()) != null) {
				// System.out.println(lineNumber + &quot;\n&quot;);
			}
			System.out.println(line + &quot;\n&quot;);

			System.out.println(&quot;Download process is success&quot;);
			System.out.println(&quot;Wget --mirror has been successfully executed....&quot;);

		}

		catch (IOException ioe) {
			System.out.println(ioe);

		} /*
			 * catch (InterruptedException e) { // TODO Auto-generated catch
			 * block e.printStackTrace(); }
			 */

	}
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I need help regarding below, when T try to download website using command <code>wget --mirror</code>, it is going to ReadLine loop and coming out to complete request, can any one suggest on the same please.</p>
<pre>
private void downLoadReport() {

		Runtime rt = Runtime.getRuntime();

		try {
			System.out.println("InsideTRY");

			Process p = rt.exec(wgetDir + "wget --mirror http://alex.smola.org/drafts/thebook.pdf");
			// return result == 0;
			// Process p = Runtime.getRuntime().exec("wget --mirror
			// http://askubuntu.com");
			System.out.println("Process " + p);
			BufferedReader reader = new BufferedReader(new InputStreamReader(p.getInputStream()));
			String line;
			while ((line = reader.readLine()) != null) {
				// System.out.println(lineNumber + "\n");
			}
			System.out.println(line + "\n");

			System.out.println("Download process is success");
			System.out.println("Wget --mirror has been successfully executed....");

		}

		catch (IOException ioe) {
			System.out.println(ioe);

		} /*
			 * catch (InterruptedException e) { // TODO Auto-generated catch
			 * block e.printStackTrace(); }
			 */

	}
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: umesh		</title>
		<link>https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-941454</link>

		<dc:creator><![CDATA[umesh]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 08:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1208#comment-941454</guid>

					<description><![CDATA[everything is ok, but how to find particular software link (google chrome, team viewer etc.)]]></description>
			<content:encoded><![CDATA[<p>everything is ok, but how to find particular software link (google chrome, team viewer etc.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas		</title>
		<link>https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-906995</link>

		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Thu, 17 Aug 2017 22:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1208#comment-906995</guid>

					<description><![CDATA[Great post! Have nice day ! :)]]></description>
			<content:encoded><![CDATA[<p>Great post! Have nice day ! :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bhuvana		</title>
		<link>https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-749948</link>

		<dc:creator><![CDATA[Bhuvana]]></dc:creator>
		<pubDate>Thu, 11 Feb 2016 07:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1208#comment-749948</guid>

					<description><![CDATA[We are facing slowness when we are sending traffic using wget in linux machines through TCL .
Traffic passing gets struck in the middle when the file size is more than 100MB.
Hence we are unable to meassure the bandwidth during download.
Please suggest any way to address this issue.]]></description>
			<content:encoded><![CDATA[<p>We are facing slowness when we are sending traffic using wget in linux machines through TCL .<br />
Traffic passing gets struck in the middle when the file size is more than 100MB.<br />
Hence we are unable to meassure the bandwidth during download.<br />
Please suggest any way to address this issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bibin		</title>
		<link>https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-588906</link>

		<dc:creator><![CDATA[Bibin]]></dc:creator>
		<pubDate>Thu, 04 Jun 2015 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1208#comment-588906</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-519528&quot;&gt;Scully&lt;/a&gt;.

It&#039;s due to permission of sending file...change it to 777 and try without ftp:// (it definitely works)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/10-wget-command-examples-in-linux/comment-page-1/#comment-519528">Scully</a>.</p>
<p>It&#8217;s due to permission of sending file&#8230;change it to 777 and try without ftp:// (it definitely works)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
