<?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:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>briancarper.net (λ) (Tag: Pidgin)</title><link>http://briancarper.net/tag/129/pidgin</link><description>Some guy's blog about programming and Linux and cows.</description><item><title>File transfer</title><link>http://briancarper.net/blog/file-transfer</link><guid>http://briancarper.net/blog/file-transfer</guid><pubDate>Wed, 01 Aug 2007 20:18:19 -0700</pubDate><description>&lt;p&gt;I use &lt;del&gt;Gaim&lt;/del&gt; Pidgin, and I often need to transfer files to someone.  File transfer via instant messengers sucks.  The file transfer for Yahoo Messenger protocol for example apparently uploads your file to some Yahoo server and then serves it to the person you're talking to.  At least that's my guess judging by its behavior; I don't know for sure (which is another problem: I don't know what it's doing, which is scary enough that I can't use it to send any important files).  Some protocols let you set up a &quot;direct connection&quot; to the person you're talking to, but this is always clumsy at best, or broken at worst (if you're behind a NAT router).&lt;/p&gt;

&lt;p&gt;So what other options are there?  SCP obviously.  But I talk to people who (sadly) use Windows, and they don't run SSH servers.  Nor do they have any interest in learning how to do it.  Nor do they have any desire to use the command line for anything.  Can't blame them really; not everyone is a geek.&lt;/p&gt;

&lt;p&gt;I run a local Apache, and I can open it to the world and let people access my files that way, but that's not a lot of fun to try to secure and it's overkill just to transfer files.  I'm certainly not going to leave a wide-open Apache server running all the time, which means I have to restart it every time someone wants to get a file from me.  I've used Apache for this purpose before and it tends to go something like this:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Someone: I bet that song is nice.  Can I have an MP3 of it?&lt;/p&gt;
  
  &lt;p&gt;Me: Sure!  Just hold on while I edit /etc/apache2/httpd.conf and set the port and bound IP correctly, then reconfigure my firewall to allow incoming connections for that port, change DOCUMENT_ROOT to point to an empty directory for you or maybe set up a vhost, throw a .htaccess on there to prevent spying eyes, and restart the daemon.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I could run an FTP server, but same problem: overkill, and I don't want to have to secure it.  I could set up a VPN, but that's not fun to configure (&lt;em&gt;&quot;Sure, I'll send you this file.  Let's both install OpenVPN.  First you need to set up a new TUN or TAP device.  I'll wait while you do that.&quot;&lt;/em&gt;) There's always email, but that suffers from the same problem of my files having to pass through an intermediary server, and the inevitable problem of email mail box size limits (I don't have one, but other people may).  I guess I could set up a local bittorrent server, maybe.  Hmm.&lt;/p&gt;

&lt;p&gt;It seems like such a simple problem: Quickly transfer a file from one computer to another given a port and IP address, using some kind of GUI.  I'm thinking of writing my own little program that does this just so I can use it with people I know.  Unless there's a good option I'm missing.&lt;/p&gt;</description></item></channel></rss>
