No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

374 líneas
18 KiB

  1. <!doctype html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html class="no-js">
  7. <!--<![endif]-->
  8. <head>
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <title>transfer.sh - Easy and fast file sharing from the command-line.</title>
  12. <meta name="description" content="Easy and fast file sharing from the command-line.">
  13. <meta name="viewport" content="width=device-width,initial-scale=1">
  14. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  15. <link rel="stylesheet" href="styles/main.css">
  16. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300" rel="stylesheet" type="text/css">
  17. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400" rel="stylesheet" type="text/css">
  18. <link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css">
  19. <script src="scripts/vendor/modernizr.js"></script>
  20. </head>
  21. <body>
  22. <script>
  23. (function(i, s, o, g, r, a, m) {
  24. i['GoogleAnalyticsObject'] = r;
  25. i[r] = i[r] || function() {
  26. (i[r].q = i[r].q || []).push(arguments)
  27. }, i[r].l = 1 * new Date();
  28. a = s.createElement(o),
  29. m = s.getElementsByTagName(o)[0];
  30. a.async = 1;
  31. a.src = g;
  32. m.parentNode.insertBefore(a, m)
  33. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  34. ga('create', 'UA-40833733-1', 'transfer.sh');
  35. ga('send', 'pageview');
  36. </script>
  37. <div id="navigation">
  38. <div class="wrapper">
  39. <h1>transfer.sh</h1>
  40. <ul class="hidden-xs">
  41. <li><a href="#samples">sample use cases</a>
  42. </li>
  43. <li><a href="#contact">contact us</a>
  44. </li>
  45. </ul>
  46. </div>
  47. </div>
  48. <section id="home">
  49. <div class="wrapper">
  50. <h2>
  51. Easy file sharing from the command line</h2>
  52. <div class="row animated fadeInDown">
  53. <div id="from-terminal" class="box col-md-8 col-md-offset-2 col-xs-12">
  54. <div class="terminal-top">
  55. </div>
  56. <div id="terminal" class="terminal">
  57. <code>
  58. <span class="code-title"># Upload using cURL</span>
  59. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
  60. <br>
  61. <br>
  62. <span class="code-title"># Create an alias</span>
  63. <br>$ transfer hello.txt
  64. <br>##################################################### 100.0% https://transfer.sh/eibhM/hello.txt
  65. </code>
  66. </div>
  67. <div id="web">
  68. <code>
  69. <br>
  70. <span class="code-title"># Upload from web</span>
  71. <br>Drag your files here, or <a class="browse" href="#"> click to browse.</a>
  72. </code>
  73. <input type="file" multiple="multiple" style="display: none">
  74. <ul class="queue">
  75. <li>
  76. </li>
  77. </ul>
  78. <div class="all-files">
  79. <br>
  80. <div>
  81. <span class="code-title"># Download all your files</span>
  82. <br>
  83. <br>
  84. <a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a>
  85. </div>
  86. </div>
  87. </div>
  88. </div>
  89. <div>
  90. <a href="#features" class="btn-cta btn-home">learn more </a>
  91. </div>
  92. </div>
  93. </div></section>
  94. <section id="features">
  95. <div class="wrapper container">
  96. <div class="row animated fadeInDown">
  97. <div class="col-md-3 col-xs-6">
  98. <i class="icon-terminal"></i>
  99. <h3>Made for use with shell</h3>
  100. </div>
  101. <div class="col-md-3 col-xs-6">
  102. <i class="icon-link"></i>
  103. <h3>Share files with a URL</h3>
  104. </div>
  105. <div class="col-md-3 col-xs-6">
  106. <i class="icon-database"></i>
  107. <h3>Upload up to 5 GB</h3>
  108. </div>
  109. <div class="col-md-3 col-xs-6">
  110. <i class="icon-clock"></i>
  111. <h3>Files stored for 14 days</h3>
  112. </div>
  113. </div>
  114. <div class="row animated fadeInDown">
  115. <div class="col-md-offset-3 col-md-3 col-xs-6">
  116. <i class="icon-tag"></i>
  117. <h3>For free</h3>
  118. </div>
  119. <div class="col-md-3 col-xs-6">
  120. <i class="icon-lock"></i>
  121. <h3>Encrypt your files</h3>
  122. </div>
  123. </div>
  124. </div>
  125. </section>
  126. <section id="samples">
  127. <div class="wrapper">
  128. <h2>
  129. Sample use cases
  130. </h2>
  131. <div class="row">
  132. <div class="col-md-6">
  133. <h3>How to upload</h3>
  134. <div class="terminal-top">
  135. </div>
  136. <div class="terminal">
  137. <code>
  138. <span class="code-title"># Uploading is easy using curl</span>
  139. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
  140. <br>
  141. <br>
  142. <span class="code-title"># Download the file</span>
  143. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
  144. </code>
  145. </div>
  146. </div>
  147. <div class="col-md-6">
  148. <h3>Create an alias and add it to .bashrc</h3>
  149. <div class="terminal-top">
  150. </div>
  151. <div class="terminal">
  152. <code>
  153. <span class="code-title"># Add this to .bashrc or it equivalent</span>
  154. <br>transfer() { # write to output to tmpfile because of progress bar tmpfile=$( mktemp -t transferXXX ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
  155. <br>
  156. <br>
  157. <span class="code-title"># Now you can use transfer command</span>
  158. <br>$ transfer hello.txt
  159. </code>
  160. </div>
  161. </div>
  162. </div>
  163. <a class="btn-cta" data-target="#coll" data-toggle="collapse">More examples</a>
  164. <div class="collapse" id="coll">
  165. <div class="row">
  166. <div class="col-md-6">
  167. <h3>Upload multiple files at once</h3>
  168. <div class="terminal-top">
  169. </div>
  170. <div class="terminal">
  171. <code>
  172. <br>$ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/
  173. <br>
  174. <br>
  175. <span class="code-title"># Combining downloads as zip or tar archive</span>
  176. <br>$ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz
  177. <br>$ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip
  178. </code>
  179. </div>
  180. </div>
  181. <div class="col-md-6">
  182. <h3>Encrypt your files before the transfer</h3>
  183. <div class="terminal-top">
  184. </div>
  185. <div class="terminal">
  186. <code>
  187. <span class="code-title"># Encrypt files with password using gpk</span>
  188. <br>$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
  189. <br>
  190. <br>
  191. <span class="code-title"># Encrypt and upload</span>
  192. <br>$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
  193. </code>
  194. </div>
  195. </div>
  196. </div>
  197. <div class="row">
  198. <div class="col-md-6">
  199. <h3>Scan for malware</h3>
  200. <div class="terminal-top">
  201. </div>
  202. <div class="terminal">
  203. <code>
  204. <span class="code-title"># Scan for malware or viruses using Clamav</span>
  205. <br>wget http://www.eicar.org/download/eicar.com
  206. <br>curl -X PUT --upload-file ./eicar.com https://transfer.sh/eicar.com/scan
  207. <br><br>
  208. <span class="code-title"># Upload malware to VirusTotal, get a permalink in return</span>
  209. <br>curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
  210. <br>
  211. </code>
  212. </div>
  213. </div>
  214. <div class="col-md-6">
  215. <h3>Send us your awesome example</h3>
  216. <div class="terminal-top">
  217. </div>
  218. <div class="terminal">
  219. <code>
  220. </code>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226. </section>
  227. <section id="reviews">
  228. <div class="wrapper">
  229. <div class="row">
  230. <div class="col-md-8 col-md-offset-2 col-xs-12">
  231. <blockquote class="twitter-tweet tweet-xl" lang="en">
  232. <img class="twitter-profile" src="images/reviews/dave.jpg" alt="">
  233. <p><a href="https://twitter.com/dutchcoders">@dutchcoders</a> Thanks for transfer.sh. Just used it for a production purpose for a customer. So great, so easy, so https. :)</p>
  234. <a href="https://twitter.com/FloifyDave/status/517383101425516544">
  235. &mdash; Dave Sims (@FloifyDave)</a>
  236. </blockquote>
  237. </div>
  238. </div>
  239. <div class="row">
  240. <div class="col-md-6 col-xs-12">
  241. <blockquote class="twitter-tweet" lang="en">
  242. <img class="twitter-profile" src="images/reviews/kareem.jpg" alt="">
  243. <p><a href="https://twitter.com/dutchcoders">@dutchcoders</a> love transfer.sh! any change we can *pay* for a self-hosted version?</p><a href="https://twitter.com/kareemk/status/517029789191118849">&mdash; Kareem Kouddous (@kareemk) </a>
  244. </blockquote>
  245. </div>
  246. <div class="col-md-6 col-xs-12">
  247. <blockquote class="twitter-tweet" lang="en">
  248. <img class="twitter-profile" src="images/reviews/pg.jpeg" alt="">
  249. <p><a href="http://t.co/JomAmqWYEB">http://t.co/JomAmqWYEB</a> by <a href="https://twitter.com/dutchcoders">@dutchcoders</a> is pure awesomeness! any chance of source on github? :-)</p><a href="https://twitter.com/drakpz/status/517008058841829376">&mdash; PJ Spagnolatti (@drakpz)</a>
  250. </blockquote>
  251. </div>
  252. </div>
  253. <div class="row">
  254. <div class="col-md-6 col-xs-12">
  255. <blockquote class="twitter-tweet" lang="en">
  256. <img class="twitter-profile" src="images/reviews/jacob.jpg" alt="">
  257. <p>Love transfer.sh! Will be using it from now on! Thanks for the amazing service we can use from the CLI <a href="https://twitter.com/dutchcoders">@dutchcoders</a>
  258. </p><a href="https://twitter.com/jacoblindgren11/status/516975006501203968">&mdash; Jacob Lindgren (@jacoblindgren11) </a>
  259. </blockquote>
  260. </div>
  261. <div class="col-md-6 col-xs-12">
  262. <blockquote class="twitter-tweet" lang="en">
  263. <img class="twitter-profile" src="images/reviews/lars.jpg" alt="">
  264. <p>transfer.sh is my latest fav service! Try simple command-line and web file sharing! <a href="https://t.co/FSrsb1JKJd">https://t.co/FSrsb1JKJd</a>&#10;Thanks <a href="https://twitter.com/dutchcoders">@dutchcoders</a> !</p> <a href="https://twitter.com/arvestad/status/519507976491499521">&mdash; Lars Arvestad (@arvestad)</a>
  265. </blockquote>
  266. </div>
  267. </div>
  268. </div>
  269. </section>
  270. <section id="share">
  271. <div class="wrapper">
  272. <h2>Share the love</h2>
  273. <ul class="share-buttons">
  274. <li>
  275. <a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ftransfer.sh&t=" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(document.URL) + '&t=' + encodeURIComponent(document.URL)); return false"> <i class="icon-facebook"></i>
  276. </a>
  277. </li>
  278. <li>
  279. <a href="https://twitter.com/intent/tweet?source=http%3A%2F%2Ftransfer.sh&text=:%20http%3A%2F%2Ftransfer.sh" target="_blank" title="Tweet" onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + ':%20' + encodeURIComponent(document.URL)); return false"> <i class="icon-twitter"></i>
  280. </a></li>
  281. <li>
  282. <a href="https://plus.google.com/share?url=http%3A%2F%2Ftransfer.sh" target="_blank" title="Share on Google+" onclick="window.open('https://plus.google.com/share?url=' + encodeURIComponent(document.URL)); return false"> <i class="icon-gplus"></i>
  283. </a>
  284. </li>
  285. <li>
  286. <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Ftransfer.sh&title=&summary=&source=http%3A%2F%2Ftransfer.sh" target="_blank" title="Share on LinkedIn" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title)); return false"> <i class="icon-linkedin"></i>
  287. </a>
  288. </li>
  289. </ul>
  290. </div>
  291. </section>
  292. <section id="contact">
  293. <div class="wrapper">
  294. <i class="icon-mail"></i>
  295. <h2>
  296. Any questions?
  297. </h2>
  298. <a href="#" data-uv-trigger class="btn-cta">contact us</a>
  299. </div>
  300. </section>
  301. <footer>
  302. <div class="wrapper">
  303. <img src="images/Logo-orange.png" alt="Founded in Holland">
  304. <p>Made with <i class="icon-heart"></i> by <a href="http://dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
  305. </p>
  306. </div>
  307. </footer>
  308. <a href="https://github.com/dutchcoders/transfer.sh/">
  309. <img style="position: absolute; top: 0; right: 0; border: 0" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
  310. </a>
  311. <script>
  312. (function() {
  313. var uv = document.createElement('script');
  314. uv.type = 'text/javascript';
  315. uv.async = true;
  316. uv.src = '//widget.uservoice.com/5rkATbLIm8ClJQeOirOhFg.js';
  317. var s = document.getElementsByTagName('script')[0];
  318. s.parentNode.insertBefore(uv, s)
  319. })()
  320. </script>
  321. <!--[if lt IE 7]>
  322. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  323. <![endif]-->
  324. <script>
  325. (function(b, o, i, l, e, r) {
  326. b.GoogleAnalyticsObject = l;
  327. b[l] || (b[l] =
  328. function() {
  329. (b[l].q = b[l].q || []).push(arguments)
  330. });
  331. b[l].l = +new Date;
  332. e = o.createElement(i);
  333. r = o.getElementsByTagName(i)[0];
  334. e.src = '//www.google-analytics.com/analytics.js';
  335. r.parentNode.insertBefore(e, r)
  336. }(window, document, 'script', 'ga'));
  337. ga('create', 'UA-40833733-1', 'transfer.sh');
  338. ga('send', 'pageview');
  339. </script>
  340. <script src="scripts/main.js"></script>
  341. </body>
  342. </html>