<?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: LocalSend &#8211; Local Network File Sharing Between Linux, Windows and Mac	</title>
	<atom:link href="https://www.tecmint.com/localsend-share-files-linux-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/localsend-share-files-linux-windows/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 16 Dec 2025 08:33:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ipnonymous		</title>
		<link>https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-1282766</link>

		<dc:creator><![CDATA[ipnonymous]]></dc:creator>
		<pubDate>Mon, 04 Nov 2019 16:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22657#comment-1282766</guid>

					<description><![CDATA[Been using a similar cross-platform app called &lt;strong&gt;Dukto&lt;/strong&gt;. It runs on Android as well as the others, it also can send text and clipboard. Another neat feature is that the portable option can be downloaded to try without installing.]]></description>
			<content:encoded><![CDATA[<p>Been using a similar cross-platform app called <strong>Dukto</strong>. It runs on Android as well as the others, it also can send text and clipboard. Another neat feature is that the portable option can be downloaded to try without installing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-1279359</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 09:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22657#comment-1279359</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-1276172&quot;&gt;Larry Ward&lt;/a&gt;.

@Larry

Check if the port in question is being used by another service:
&lt;pre&gt;
$ sudo netstat  -tupln &#124; grep &quot;40818&quot; 
OR
$ sudo ss -tupln &#124; grep &quot;40818&quot; 
&lt;/pre&gt;
No output means no other service is using the port. If a service is using it either stop that service or configure Nitroshare to use another port. ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-1276172">Larry Ward</a>.</p>
<p>@Larry</p>
<p>Check if the port in question is being used by another service:</p>
<pre>
$ sudo netstat  -tupln | grep "40818" 
OR
$ sudo ss -tupln | grep "40818" 
</pre>
<p>No output means no other service is using the port. If a service is using it either stop that service or configure Nitroshare to use another port. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Larry Ward		</title>
		<link>https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-1276172</link>

		<dc:creator><![CDATA[Larry Ward]]></dc:creator>
		<pubDate>Sat, 26 Oct 2019 00:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22657#comment-1276172</guid>

					<description><![CDATA[I installed &lt;strong&gt;NitroShare&lt;/strong&gt; through the &quot;Software Center&quot; on my Kubuntu laptop.  When I try to start it I get a dialog box that says &quot;unable to listen on port 40818.&quot;  What is going on?]]></description>
			<content:encoded><![CDATA[<p>I installed <strong>NitroShare</strong> through the &#8220;Software Center&#8221; on my Kubuntu laptop.  When I try to start it I get a dialog box that says &#8220;unable to listen on port 40818.&#8221;  What is going on?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-954761</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 27 Dec 2017 07:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22657#comment-954761</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-951408&quot;&gt;tsreb0&lt;/a&gt;.

@tsreb0

Many thanks for sharing this with us, on Linux operating systems(Ubuntu, Linux Mint and CentOS ), i did not experience such.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-951408">tsreb0</a>.</p>
<p>@tsreb0</p>
<p>Many thanks for sharing this with us, on Linux operating systems(Ubuntu, Linux Mint and CentOS ), i did not experience such.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tsreb0		</title>
		<link>https://www.tecmint.com/localsend-share-files-linux-windows/comment-page-1/#comment-951408</link>

		<dc:creator><![CDATA[tsreb0]]></dc:creator>
		<pubDate>Mon, 18 Dec 2017 20:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22657#comment-951408</guid>

					<description><![CDATA[Has anyone had a case where after installing, you cannot right click the left most pane of the file manager in Windows 10. The software worked great and was able to send files between Windows 10 and Antergos but I noticed that my right click stop working in file manager (Whenever I would right click in the left most pane, it would clock for a second and state no response on the title bar of the file manager and then completely close/crash file manager... was able to right click in the right pane but not left).  

I know that this was tied to Nitroshare as it was the last app installed and once I removed NItroshare, I was able to start right clicking again in the left most pane.  Added as an issue to the git page (just wanted to see if anyone else has seen this issue.]]></description>
			<content:encoded><![CDATA[<p>Has anyone had a case where after installing, you cannot right click the left most pane of the file manager in Windows 10. The software worked great and was able to send files between Windows 10 and Antergos but I noticed that my right click stop working in file manager (Whenever I would right click in the left most pane, it would clock for a second and state no response on the title bar of the file manager and then completely close/crash file manager&#8230; was able to right click in the right pane but not left).  </p>
<p>I know that this was tied to Nitroshare as it was the last app installed and once I removed NItroshare, I was able to start right clicking again in the left most pane.  Added as an issue to the git page (just wanted to see if anyone else has seen this issue.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
