<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Webkit on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/webkit/</link><description>Recent content in Webkit on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Sat, 06 Sep 2014 17:45:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/webkit/index.xml" rel="self" type="application/rss+xml"/><item><title>Compartiendo archivos en la nube desde el terminal</title><link>http://karpoke.ignaciocano.com/2014/09/06/compartiendo-archivos-en-la-nube-desde-el-terminal/</link><pubDate>Sat, 06 Sep 2014 17:45:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2014/09/06/compartiendo-archivos-en-la-nube-desde-el-terminal/</guid><description>&lt;p&gt;Hay muchas maneras de compartir archivos, pero con &lt;a href="http://curl.io/"&gt;curl.io&lt;/a&gt; podemos
hacerlo directamente desde el terminal usando &lt;code&gt;curl&lt;/code&gt;, permitiéndonos
archivos hasta 5 GB y durante 4 horas, tiempo tras el cual será
eliminados.&lt;/p&gt;
&lt;p&gt;Por ejemplo, para compartir el archivo &lt;code&gt;/tmp/test&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ curl -F &amp;#34;file=@/tmp/test&amp;#34; http://curl.io/send/nzdqxcmf
File successfully received.
You can download test from this url:
http://curl.io/get/nzdqxcmf/90571b24cf847434a171d41cb2043d6a561cb85b
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Para recuperarlo:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ curl -o test http://curl.io/get/nzdqxcmf/90571b24cf847434a171d41cb2043d6a561cb85b
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Tal como nos sugieren en su web, también podemos enviarlo cifrado con
&lt;code&gt;gpg&lt;/code&gt;:&lt;/p&gt;</description></item></channel></rss>