You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

340 lines
15 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.0">
  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:300,400' rel='stylesheet' type='text/css'>
  18. <!-- build:js scripts/vendor/modernizr.js -->
  19. <script src="bower_components/modernizr/modernizr.js"></script>
  20. <!-- endbuild -->
  21. </head>
  22. <body>
  23. <script>
  24. (function(i, s, o, g, r, a, m) {
  25. i['GoogleAnalyticsObject'] = r;
  26. i[r] = i[r] || function() {
  27. (i[r].q = i[r].q || []).push(arguments)
  28. }, i[r].l = 1 * new Date();
  29. a = s.createElement(o),
  30. m = s.getElementsByTagName(o)[0];
  31. a.async = 1;
  32. a.src = g;
  33. m.parentNode.insertBefore(a, m)
  34. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  35. ga('create', 'UA-40833733-1', 'transfer.sh');
  36. ga('send', 'pageview');
  37. </script>
  38. <div id="navigation">
  39. <div class="wrapper">
  40. <h1>transfer.sh</h1>
  41. <ul>
  42. <li><a href="#samples">Sample use cases</a>
  43. </li>
  44. <li><a href="#contact">contact us</a>
  45. </li>
  46. </ul>
  47. </div>
  48. </div>
  49. <section id="home">
  50. <div class="wrapper">
  51. <h2>
  52. Easy file sharing from the command line
  53. </h2>
  54. <div class="row animated fadeInDown">
  55. <div id="from-terminal" class=" box col-md-6 col-xs-12">
  56. <h3>Share from terminal</h3>
  57. <div id="terminal">
  58. <pre>
  59. <code id="terminal-code" class="bash">ls this</code></pre>
  60. </div>
  61. </div>
  62. <div id="from-web" class="col-md-6 col-xs-12">
  63. <h3>Share from web</h3>
  64. <div id="web">
  65. <a class="browse" href="#">
  66. <i class="icon-upload-cloud"></i>
  67. <p class="click">Drag your files here to upload or click to browse</p>
  68. </a>
  69. <input type="file" multiple="multiple" style='display: none;' />
  70. <ul class='queue' style='; list-style-type: none; margin: 0;'>
  71. <li>
  72. </li>
  73. </ul>
  74. <div class='all-files'>
  75. <h4>Download your files:</h4>
  76. <a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a>
  77. </div>
  78. <div>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <div>
  84. <br>
  85. <br>
  86. <a href="#features" class="btn-cta">learn more</i> </a>
  87. <br>
  88. <br>
  89. </div>
  90. </section>
  91. <section id="features">
  92. <div class="wrapper container">
  93. <div class="row animated fadeInDown ">
  94. <div class="col-md-3 col-xs-6">
  95. <i class="icon-terminal"></i>
  96. <h3>Made for use with shell</h3>
  97. </div>
  98. <div class="col-md-3 col-xs-6">
  99. <i class="icon-link"></i>
  100. <h3>Share files with an URL</h3>
  101. </div>
  102. <div class="col-md-3 col-xs-6">
  103. <i class="icon-database"></i>
  104. <h3>Upload up to 5 GB</h3>
  105. </div>
  106. <div class="col-md-3 col-xs-6">
  107. <i class="icon-clock"></i>
  108. <h3>Files stored for 14 days</h3>
  109. </div>
  110. </div>
  111. <div class="row animated fadeInDown">
  112. <div class="col-md-offset-3 col-md-3 col-xs-6">
  113. <i class="icon-tag"></i>
  114. <h3>For free</h3>
  115. </div>
  116. <div class="col-md-3 col-xs-6">
  117. <i class="icon-lock"></i>
  118. <h3>Encrypt your files</h3>
  119. </div>
  120. </div>
  121. </div>
  122. </section>
  123. <section id="samples">
  124. <div class="wrapper">
  125. <h2>
  126. Sample use cases
  127. </h2>
  128. <div class="row">
  129. <div class="col-md-6 ">
  130. <h3>Uploading</h3>
  131. <h4>Uploading is easy using curl.</h4>
  132. <code>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt</code>
  133. <h4>Download the file.</h4>
  134. <code>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt</code>
  135. </div>
  136. <div class="col-md-6 ">
  137. <h3>Make an alias</h3>
  138. <h4>Create an alias, and add it to .bashrc for faster use</h4>
  139. <pre>
  140. <code id="terminal-code" class="bash">
  141. # transfer.sh alias
  142. # write output to tmpfile because of progress bar
  143. $ transfer()
  144. {
  145. tmpfile=$( mktemp -t transfer )
  146. curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
  147. alias transfer=transfer
  148. </code>
  149. </pre>
  150. <h4>Now you can just use
  151. <strong>transfer</strong>command</h4>
  152. <code>$transfer hello.txt</code>
  153. </div>
  154. </div>
  155. </div>
  156. <a class="btn-cta" data-target="#coll" data-toggle="collapse">More examples</a>
  157. <div class="collapse " id="coll">
  158. <div class="row">
  159. <div class="col-md-6">
  160. <h3>Transfer multiple files</h3>
  161. <h4>Upload multiple files at once
  162. </h4>
  163. <code>$ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/</code>
  164. <h4>Combining downloads as zip or tar archive</h4>
  165. <code>$ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz</code>
  166. <br>
  167. <code>$ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip</code>
  168. </div>
  169. <div class="col-md-6">
  170. <h3>Encrypt your files before the transfer</h3>
  171. <h4>You can encrypt files using gpg. The following command will encrypt the data before it leaves your server using the password you enter and upload it to transfer.sh.</h4>
  172. <h4></h4>
  173. <code>$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt</code>
  174. <h4>Encrypt and upload</h4>
  175. <code>$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt</code>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </section>
  181. <section id="reviews">
  182. <div class="wrapper">
  183. <div class="row">
  184. <div class="col-md-8 col-md-offset-2 col-xs-12">
  185. <blockquote class="twitter-tweet tweet-xl" lang="en">
  186. <img class="twitter-profile" src="images/reviews/dave.jpg" alt="">
  187. <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>
  188. <a href="https://twitter.com/FloifyDave/status/517383101425516544">
  189. &mdash; Dave Sims (@FloifyDave)</a>
  190. </blockquote>
  191. </div>
  192. </div>
  193. <div class="row">
  194. <div class="col-md-6 col-xs-12">
  195. <blockquote class="twitter-tweet" lang="en">
  196. <img class="twitter-profile" src="images/reviews/kareem.jpg" alt="">
  197. <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>
  198. </blockquote>
  199. </div>
  200. <div class="col-md-6 col-xs-12">
  201. <blockquote class="twitter-tweet" lang="en">
  202. <img class="twitter-profile" src="images/reviews/pg.jpeg" alt="">
  203. <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>
  204. </blockquote>
  205. </div>
  206. </div>
  207. <div class="row">
  208. <div class="col-md-6 col-xs-12">
  209. <blockquote class="twitter-tweet" lang="en">
  210. <img class="twitter-profile" src="images/reviews/jacob.jpg" alt="">
  211. <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>
  212. </p><a href="https://twitter.com/jacoblindgren11/status/516975006501203968">&mdash; Jacob Lindgren (@jacoblindgren11) </a>
  213. </blockquote>
  214. </div>
  215. <div class="col-md-6 col-xs-12">
  216. <blockquote class="twitter-tweet" lang="en">
  217. <img class="twitter-profile" src="images/reviews/lars.jpg" alt="">
  218. <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>
  219. </blockquote>
  220. </div>
  221. </div>
  222. </div>
  223. </section>
  224. <section id="share">
  225. <div class="wrapper">
  226. <h2>Share the love</h2>
  227. <ul class="share-buttons">
  228. <li>
  229. <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>
  230. </a>
  231. </li>
  232. <li>
  233. <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>
  234. </li>
  235. <li>
  236. <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>
  237. </a>
  238. </li>
  239. <li>
  240. <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>
  241. </a>
  242. </li>
  243. </ul>
  244. </div>
  245. </section>
  246. <section id="contact">
  247. <div class="wrapper">
  248. <i class="icon-mail"></i>
  249. <h2>
  250. Any questions?
  251. </h2>
  252. <a href="#" data-uv-trigger class="btn-cta">contact us</a>
  253. </div>
  254. </section>
  255. <footer>
  256. <div class="wrapper">
  257. <img src="images/Logo-orange.png" alt="Founded in Holland">
  258. <p>Made with <i class="icon-heart"></i> by <a href="http://dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
  259. </p>
  260. </div>
  261. </footer>
  262. <a href="https://github.com/dutchcoders/transfer.sh/">
  263. <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">
  264. </a>
  265. <script>
  266. (function() {
  267. var uv = document.createElement('script');
  268. uv.type = 'text/javascript';
  269. uv.async = true;
  270. uv.src = '//widget.uservoice.com/5rkATbLIm8ClJQeOirOhFg.js';
  271. var s = document.getElementsByTagName('script')[0];
  272. s.parentNode.insertBefore(uv, s)
  273. })()
  274. </script>
  275. <!--[if lt IE 7]>
  276. <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>
  277. <![endif]-->
  278. <script>
  279. (function(b, o, i, l, e, r) {
  280. b.GoogleAnalyticsObject = l;
  281. b[l] || (b[l] =
  282. function() {
  283. (b[l].q = b[l].q || []).push(arguments)
  284. });
  285. b[l].l = +new Date;
  286. e = o.createElement(i);
  287. r = o.getElementsByTagName(i)[0];
  288. e.src = '//www.google-analytics.com/analytics.js';
  289. r.parentNode.insertBefore(e, r)
  290. }(window, document, 'script', 'ga'));
  291. ga('create', 'UA-40833733-1', 'transfer.sh');
  292. ga('send', 'pageview');
  293. </script>
  294. <!-- build:js scripts/main.js -->
  295. <script src="bower_components/jquery/dist/jquery.js"></script>
  296. <script src="bower_components/highlightjs/highlight.pack.js"></script>
  297. <script src="bower_components/uri.js/src/URI.min.js"></script>
  298. <script src="bower_components/bootstrap/js/transition.js"></script>
  299. <script src="bower_components/bootstrap/js/collapse.js"></script>
  300. <script src="scripts/typewriter-bundle.js"></script>
  301. <script src="scripts/main.js"></script>
  302. <!-- endbuild -->
  303. </body>
  304. </html>