<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Private file sharing over LAN</title>
	<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN/</link>
	<description>Comments on Ask MetaFilter post Private file sharing over LAN</description>
	<pubDate>Sat, 02 Aug 2008 03:25:53 -0800</pubDate>
	<lastBuildDate>Sat, 02 Aug 2008 03:25:53 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Private file sharing over LAN</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN</link>	
		<description>Computer 1 (XP SP2) and Computer 2 (XP) are connected to a router. I want to transfer and manipulate files from one on the other. I don&apos;t want  to use File and Print Sharing. Any solutions? &lt;br /&gt;&lt;br /&gt; Ideally, I&apos;d like to &lt;br&gt;
&lt;br&gt;
queue files for download or upload,&lt;br&gt;
be able to pause &amp;amp; resume,&lt;br&gt;
password protect,&lt;br&gt;
rename, move, delete files on the other (don&apos;t need remote desktop app, but if it does the trick, fine)&lt;br&gt;
know if files are being transferred or manipulated on my current station&lt;br&gt;
&lt;br&gt;
Now, I&apos;ve tried a few private P2P apps, like Gigatribe and Remobo but they all seem to operate across the public Internet. I want this app installed just on these 2 computers.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.98129</guid>
		<pubDate>Sat, 02 Aug 2008 03:14:54 -0800</pubDate>
		<dc:creator>daksya</dc:creator>
		
			<category>computers</category>
		
			<category>network</category>
		
			<category>networking</category>
		
			<category>filesharing</category>
		
			<category>XP</category>
		
			<category>LAN</category>
		
	</item> <item>
		<title>By: PowerCat</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429155</link>	
		<description>Well you can always use &lt;a href=&quot;http://filezilla-project.org/&quot;&gt;FileZilla free FTP server and client&lt;/a&gt;. it&apos;ll do everything you ask for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429155</guid>
		<pubDate>Sat, 02 Aug 2008 03:25:53 -0800</pubDate>
		<dc:creator>PowerCat</dc:creator>
	</item><item>
		<title>By: daksya</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429183</link>	
		<description>I already use FileZilla as a FTP client. It seems the server is a separate app. I prefer a integrated service.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429183</guid>
		<pubDate>Sat, 02 Aug 2008 05:54:13 -0800</pubDate>
		<dc:creator>daksya</dc:creator>
	</item><item>
		<title>By: gjc</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429187</link>	
		<description>What&apos;s wrong with file and print sharing?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429187</guid>
		<pubDate>Sat, 02 Aug 2008 06:07:47 -0800</pubDate>
		<dc:creator>gjc</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429203</link>	
		<description>I agree, that&apos;s a weird constraint. I don&apos;t know of any off-the-shelf products that will do what you want without a server daemon of some sort, but if you were a developer it&apos;s conceivable you could hack one of the open-source p2p apps like gnutella to run only on your subnet.&lt;br&gt;
&lt;br&gt;
You could also, I suppose script something together for bittorrent- detect new files, create torrent, publish somehow to the other computer, other computer loads download-only (no sharing) instance of bt with that torrent.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429203</guid>
		<pubDate>Sat, 02 Aug 2008 07:13:05 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429205</link>	
		<description>Really, though, the proper (IMO) way to do this is to run rsync over ssh even though it requires a server component on one machine. Functionally, it&apos;ll do everything you want, and none of the queuing funny business, and it&apos;s totally secure.&lt;br&gt;
&lt;br&gt;
On the UNIX (and Mac) side, it&apos;s a standard piece of the architecture, and it&apos;s so annoying that I can&apos;t access a standard Windows box this way. Maybe &lt;a href=&quot;http://www.cygwin.com/&quot;&gt;Cygwin&lt;/a&gt; is your answer- run rsync and ssh that way.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429205</guid>
		<pubDate>Sat, 02 Aug 2008 07:17:15 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: furtive</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429239</link>	
		<description>rsync does not offer queuing, is unidirectional (although you can specify which direction) doesn&apos;t offer pause/resume nor does it allow you to rename or move files.  &lt;br&gt;
&lt;br&gt;
daksya&apos;s list of requirements precludes just about everything besides an ftp server.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429239</guid>
		<pubDate>Sat, 02 Aug 2008 08:24:47 -0800</pubDate>
		<dc:creator>furtive</dc:creator>
	</item><item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429240</link>	
		<description>Why an application to do what is built into the operating system?   Why not File Sharing?&lt;br&gt;
&lt;br&gt;
Well - here is what I do (because I generally do lock down my wife/kids computers and disallow File Sharing ;-) )&lt;br&gt;
&lt;br&gt;
I bought a cheap NAS device, which has it&apos;s own file sharing service and security - then I store all my files there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429240</guid>
		<pubDate>Sat, 02 Aug 2008 08:24:54 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: damn dirty ape</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429292</link>	
		<description>Define integrated.   The ftp server runs as a service when installed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429292</guid>
		<pubDate>Sat, 02 Aug 2008 09:55:40 -0800</pubDate>
		<dc:creator>damn dirty ape</dc:creator>
	</item><item>
		<title>By: judge.mentok.the.mindtaker</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429308</link>	
		<description>&lt;em&gt;rsync ... doesn&apos;t offer pause/resume&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
it totally does .. check the -u option.  I mean, you can&apos;t exactly pause, but you most certainly can resume.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429308</guid>
		<pubDate>Sat, 02 Aug 2008 10:16:24 -0800</pubDate>
		<dc:creator>judge.mentok.the.mindtaker</dc:creator>
	</item><item>
		<title>By: KebertXela</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429320</link>	
		<description>In case you still haven&apos;t found a solution, check out &lt;a href=&quot;http://www.rejetto.com/hfs/&quot;&gt;HFS - HTTP File Server&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;HFS - HTTP File Server is an easy to use drag and drop file server for personal file sharing. It runs as a standalone executable and does not require any installation. The program is very easy to use, just drag a file into it to share it with the world. You can customize the port it is running on, specify the IP address and monitor connections from the tray icon. HFS presents the shared files on a simple HTML page, that includes the file name and size. With some HTML knowledge, you can completely customize the HTML template to meet your preference. HFS can also integrate into Windows Explorer, allowing you to easily share files from the right-click menu.&lt;/blockquote&gt;&lt;em&gt;&lt;/em&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429320</guid>
		<pubDate>Sat, 02 Aug 2008 10:38:12 -0800</pubDate>
		<dc:creator>KebertXela</dc:creator>
	</item><item>
		<title>By: equalpants</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429558</link>	
		<description>I can&apos;t think of anything that fits all your criteria, but if the only thing wrong with the P2P apps is that they contact the internet, perhaps you can just use a software firewall on each computer to keep them off the internet?  (i.e. prevent them from connecting to any non-local IP)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429558</guid>
		<pubDate>Sat, 02 Aug 2008 15:35:49 -0800</pubDate>
		<dc:creator>equalpants</dc:creator>
	</item><item>
		<title>By: daksya</title>
		<link>http://ask.metafilter.com/98129/Private-file-sharing-over-LAN#1429836</link>	
		<description>&lt;i&gt;if the only thing wrong with the P2P apps is that they contact the internet, perhaps you can just use a software firewall&lt;/i&gt;..&lt;br&gt;
&lt;br&gt;
It&apos;s not just a matter of contacting the Internet, which by itself, is fine. In Gigatribe, when I setup a simple username, the response was that it was already taken. So even though it&apos;s a private P2P app, there&apos;s one public Internet-wide namespace. I don&apos;t want that. I want a truly private local app.&lt;br&gt;
&lt;br&gt;
So far it is looking like I&apos;ll just go with the Filezilla server. But I&apos;m still open to suggestions.&lt;br&gt;
&lt;br&gt;
As for what&apos;s wrong with native sharing: no queuing, pause &amp;amp; resume, rate control, no indication of what&apos;s being copied at the moment from my station..etc.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.98129-1429836</guid>
		<pubDate>Sat, 02 Aug 2008 22:30:24 -0800</pubDate>
		<dc:creator>daksya</dc:creator>
	</item>
	</channel>
</rss>
