<?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 Transfer Files Between Two Computers using nc and pv Commands	</title>
	<atom:link href="https://www.tecmint.com/transfer-files-between-two-linux-machines/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/transfer-files-between-two-linux-machines/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 14:33:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-860788</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 19 Jan 2017 05:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18065#comment-860788</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-860641&quot;&gt;Rizwan&lt;/a&gt;.

@Rizwan,

You should install and enable epel repository to install netcat package as shown:
&lt;pre&gt;
# yum install epel-release
# yum install nc
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-860641">Rizwan</a>.</p>
<p>@Rizwan,</p>
<p>You should install and enable epel repository to install netcat package as shown:</p>
<pre>
# yum install epel-release
# yum install nc
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rizwan		</title>
		<link>https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-860641</link>

		<dc:creator><![CDATA[Rizwan]]></dc:creator>
		<pubDate>Wed, 18 Jan 2017 08:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18065#comment-860641</guid>

					<description><![CDATA[Thank you Ravi for useful info. However while I am trying to install nc on CentOS, I receive the following message - &#039;No package netcat available&#039;]]></description>
			<content:encoded><![CDATA[<p>Thank you Ravi for useful info. However while I am trying to install nc on CentOS, I receive the following message &#8211; &#8216;No package netcat available&#8217;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jens Augustsson		</title>
		<link>https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-845897</link>

		<dc:creator><![CDATA[Jens Augustsson]]></dc:creator>
		<pubDate>Fri, 09 Dec 2016 21:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18065#comment-845897</guid>

					<description><![CDATA[Sweet,

On Ubuntu I use woof which enables the client to use the browser to download the file, but since I can&#039;t get woof to work on Fedora this is a excellent workaround. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Sweet,</p>
<p>On Ubuntu I use woof which enables the client to use the browser to download the file, but since I can&#8217;t get woof to work on Fedora this is a excellent workaround. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-828082</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 12 Oct 2016 05:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18065#comment-828082</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-828000&quot;&gt;Jj&lt;/a&gt;.

@Jj,

Yes, no need of SSH configured on client nor any username/password its just works on TCP port, and yes it is very useful in sharing files in no time without any clients..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-828000">Jj</a>.</p>
<p>@Jj,</p>
<p>Yes, no need of SSH configured on client nor any username/password its just works on TCP port, and yes it is very useful in sharing files in no time without any clients..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jj		</title>
		<link>https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-828000</link>

		<dc:creator><![CDATA[Jj]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 21:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18065#comment-828000</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-738333&quot;&gt;Ravi Saive&lt;/a&gt;.

Any good feature? remote does not need to have configured ssh.. No logins no passwords.. You can stream only one file for your colleague in office very quick just tell him ip and port... In the office this approach has more advantages than sharing your whole /home with ssh :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-738333">Ravi Saive</a>.</p>
<p>Any good feature? remote does not need to have configured ssh.. No logins no passwords.. You can stream only one file for your colleague in office very quick just tell him ip and port&#8230; In the office this approach has more advantages than sharing your whole /home with ssh :)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
