<?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>Reacties op: Sending Really Big Files</title>
	<atom:link href="http://blog.friesoft.nl/2009/10/24/sending-really-big-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.friesoft.nl/2009/10/24/sending-really-big-files/</link>
	<description>Bart Blogt Beter! Meningen, gedachtenkronkels en commentaar.</description>
	<lastBuildDate>Sat, 29 Oct 2011 12:25:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Door: MammothCopy version 0.2 &#124; Ik doe er niet aan mee</title>
		<link>http://blog.friesoft.nl/2009/10/24/sending-really-big-files/comment-page-1/#comment-17</link>
		<dc:creator>MammothCopy version 0.2 &#124; Ik doe er niet aan mee</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.friesoft.nl/?p=184#comment-17</guid>
		<description>[...] Sending Really Big Files  [...]</description>
		<content:encoded><![CDATA[<p>[...] Sending Really Big Files  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Bart</title>
		<link>http://blog.friesoft.nl/2009/10/24/sending-really-big-files/comment-page-1/#comment-16</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.friesoft.nl/?p=184#comment-16</guid>
		<description>Thanks Bas,

I am well aware of the possibilities of cat and netcat (actually, I prefer the program &#039;socket&#039;). The cons however are too big to make it any success. It *has* to work in a firewalled setup (using UPnP is promising) and it *has* to be Very Easy.

Thanks for the comment,
Bart</description>
		<content:encoded><![CDATA[<p>Thanks Bas,</p>
<p>I am well aware of the possibilities of cat and netcat (actually, I prefer the program &#8216;socket&#8217;). The cons however are too big to make it any success. It *has* to work in a firewalled setup (using UPnP is promising) and it *has* to be Very Easy.</p>
<p>Thanks for the comment,<br />
Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: bas</title>
		<link>http://blog.friesoft.nl/2009/10/24/sending-really-big-files/comment-page-1/#comment-15</link>
		<dc:creator>bas</dc:creator>
		<pubDate>Thu, 12 Nov 2009 09:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.friesoft.nl/?p=184#comment-15</guid>
		<description>hi bart, nice blog you have!

Not a nice gui solution, but if both sides use linux (or windows cygwin+ssh) and you have no firewall issues (or nat port-forwarding setup on i.e. port 2222)

on the target (listening)~# nc -l -p 2222 &#124; cat &gt; hugefile 

on the source (sending)~# cat hugefile &#124; nc target-hostname 2222

pros: works all the time, even with terabytes of data 
cons: no encrytion, no gui, needs port forwarding on target. 

Another more simple option is to setup a webserver on the source machine and just serve the file via http.</description>
		<content:encoded><![CDATA[<p>hi bart, nice blog you have!</p>
<p>Not a nice gui solution, but if both sides use linux (or windows cygwin+ssh) and you have no firewall issues (or nat port-forwarding setup on i.e. port 2222)</p>
<p>on the target (listening)~# nc -l -p 2222 | cat &gt; hugefile </p>
<p>on the source (sending)~# cat hugefile | nc target-hostname 2222</p>
<p>pros: works all the time, even with terabytes of data<br />
cons: no encrytion, no gui, needs port forwarding on target. </p>
<p>Another more simple option is to setup a webserver on the source machine and just serve the file via http.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Bart</title>
		<link>http://blog.friesoft.nl/2009/10/24/sending-really-big-files/comment-page-1/#comment-14</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.friesoft.nl/?p=184#comment-14</guid>
		<description>Looks good, but has a few problems:
- File size limit in transfer is 200MB (http://www.mikogo.com/en/product/features/#transfer)
- There is no Linux version
- Mikogo is a third party. If they decide to ask money, you&#039;re stuck again.</description>
		<content:encoded><![CDATA[<p>Looks good, but has a few problems:<br />
- File size limit in transfer is 200MB (<a href="http://www.mikogo.com/en/product/features/#transfer" rel="nofollow">http://www.mikogo.com/en/product/features/#transfer</a>)<br />
- There is no Linux version<br />
- Mikogo is a third party. If they decide to ask money, you&#8217;re stuck again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: tobias n</title>
		<link>http://blog.friesoft.nl/2009/10/24/sending-really-big-files/comment-page-1/#comment-13</link>
		<dc:creator>tobias n</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.friesoft.nl/?p=184#comment-13</guid>
		<description>Use Mikogo to take over someone&#039;s computer and just drag and drop your files from one end to the other...</description>
		<content:encoded><![CDATA[<p>Use Mikogo to take over someone&#8217;s computer and just drag and drop your files from one end to the other&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

