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.
 
 
 

391 lines
19 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>
  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
  52. </h2>
  53. <!-- <p class="lead">Share your files using this and drag and rop or click here to upload</p> -->
  54. <div class="row animated fadeInDown">
  55. <div id="from-terminal" class="box col-md-8 col-md-offset-2 col-xs-12">
  56. <div class="terminal-top">
  57. </div>
  58. <div id="terminal" class="terminal">
  59. <code>
  60. <span class="code-title"># Upload using cURL</span>
  61. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
  62. <br>
  63. <br>
  64. <span class="code-title"># Create an alias</span>
  65. <br>$ transfer hello.txt
  66. <br>##################################################### 100.0% https://transfer.sh/eibhM/hello.txt
  67. </code>ch
  68. </div>
  69. <div id="web">
  70. <code>
  71. <br>
  72. <span class="code-title"># Upload from web</span>
  73. <br>Drag your files here, or <a class="browse" href="#"> click to browse.</a>
  74. </code>
  75. <input type="file" multiple="multiple" style="display: none">
  76. <ul class="queue">
  77. <li>
  78. </li>
  79. </ul>
  80. <div class="all-files">
  81. <br>
  82. <div>
  83. <span class="code-title"># Download all your files</span>
  84. <br>
  85. <br>
  86. <a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. <div>
  92. <a href="#features" class="btn-cta btn-home">learn more </a>
  93. </div>
  94. </div>
  95. </div></section>
  96. <section id="features">
  97. <div class="wrapper container">
  98. <div class="row animated fadeInDown">
  99. <div class="col-md-3 col-xs-6">
  100. <i class="icon-terminal"></i>
  101. <h3>Made for use with shell</h3>
  102. </div>
  103. <div class="col-md-3 col-xs-6">
  104. <i class="icon-link"></i>
  105. <h3>Share files with a URL</h3>
  106. </div>
  107. <div class="col-md-3 col-xs-6">
  108. <i class="icon-database"></i>
  109. <h3>Upload up to 5 GB</h3>
  110. </div>
  111. <div class="col-md-3 col-xs-6">
  112. <i class="icon-clock"></i>
  113. <h3>Files stored for 14 days</h3>
  114. </div>
  115. </div>
  116. <div class="row animated fadeInDown">
  117. <div class="col-md-offset-3 col-md-3 col-xs-6">
  118. <i class="icon-tag"></i>
  119. <h3>For free</h3>
  120. </div>
  121. <div class="col-md-3 col-xs-6">
  122. <i class="icon-lock"></i>
  123. <h3>Encrypt your files</h3>
  124. </div>
  125. </div>
  126. </div>
  127. </section>
  128. <section id="samples">
  129. <div class="wrapper">
  130. <h2>
  131. Sample use cases
  132. </h2>
  133. <div class="row">
  134. <div class="col-md-6">
  135. <h3>Uploading</h3>
  136. <div id="" class="terminal">
  137. <code>
  138. <span class="code-title"># Upload is easy using cURL</span>
  139. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
  140. <br>
  141. <br>
  142. <span class="code-title"># Download the file</span>
  143. <br>$ transfer hello.txt
  144. <br>#################################################### 100.0% https://transfer.sh/eibhM/hello.txt
  145. <span class="code-title"># Upload multiple files</span>
  146. <br>$ transfer hello.txt
  147. <br>https://transfer.sh/eibhM/hello.txt
  148. <br>
  149. <br>
  150. </code>
  151. </div>
  152. </div>
  153. <div class="col-md-6">
  154. <h3>Create an alias and add to .bashrc</h3>
  155. <div id="" class="terminal">
  156. <code>
  157. <span class="code-title"># Upload is easy using cURL</span>
  158. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
  159. <br>
  160. <br>
  161. <span class="code-title"># Download the file</span>
  162. <br>tmpfile = $( mktemp -t transfer ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
  163. <br>
  164. <span class="code-title"># Now you can just use transfer command</span>
  165. <br>$ transfer hello.txt
  166. <br>
  167. <br>
  168. </code>
  169. </div>
  170. </div>
  171. </div>
  172. <a class="btn-cta" data-target="#coll" data-toggle="collapse">More examples</a>
  173. <div class="collapse" id="coll">
  174. <div class="row">
  175. <div class="col-md-6">
  176. <h3>Uploading</h3>
  177. <div id="" class="terminal">
  178. <code>
  179. <span class="code-title"># Upload is easy using cURL</span>
  180. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
  181. <br>
  182. <br>
  183. <span class="code-title"># Download the file</span>
  184. <br>$ transfer hello.txt
  185. <br>#################################################### 100.0% https://transfer.sh/eibhM/hello.txt
  186. <span class="code-title"># Upload multiple files</span>
  187. <br>$ transfer hello.txt
  188. <br>https://transfer.sh/eibhM/hello.txt
  189. <br>
  190. <br>
  191. </code>
  192. </div>
  193. </div>
  194. <div class="col-md-6">
  195. <h3>Create an alias and add to .bashrc</h3>
  196. <div id="" class="terminal">
  197. <code>
  198. <span class="code-title"># Upload is easy using cURL</span>
  199. <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
  200. <br>
  201. <br>
  202. <span class="code-title"># Download the file</span>
  203. <br>tmpfile = $( mktemp -t transfer ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; }
  204. <br>
  205. <span class="code-title"># Now you can just use transfer command</span>
  206. <br>$ transfer hello.txt
  207. <br>
  208. <br>
  209. </code>
  210. </div>
  211. </div>
  212. </div>
  213. <div class="row">
  214. <div class="col-md-6">
  215. <h3>Transfer multiple files</h3>
  216. <h4>Upload multiple files at once
  217. </h4>
  218. <code>$ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/</code>
  219. <h4>Combining downloads as zip or tar archive</h4>
  220. <code>$ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz</code>
  221. <br>
  222. <code>$ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip</code>
  223. </div>
  224. <div class="col-md-6">
  225. <h3>Encrypt your files before the transfer</h3>
  226. <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>
  227. <h4></h4>
  228. <code>$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt</code>
  229. <h4>Encrypt and upload</h4>
  230. <code>$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt</code>
  231. </div>
  232. </div>
  233. </div>
  234. </div>
  235. </section>
  236. <section id="reviews">
  237. <div class="wrapper">
  238. <div class="row">
  239. <div class="col-md-8 col-md-offset-2 col-xs-12">
  240. <blockquote class="twitter-tweet tweet-xl" lang="en">
  241. <img class="twitter-profile" src="images/reviews/dave.jpg" alt="">
  242. <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>
  243. <a href="https://twitter.com/FloifyDave/status/517383101425516544">
  244. &mdash; Dave Sims (@FloifyDave)</a>
  245. </blockquote>
  246. </div>
  247. </div>
  248. <div class="row">
  249. <div class="col-md-6 col-xs-12">
  250. <blockquote class="twitter-tweet" lang="en">
  251. <img class="twitter-profile" src="images/reviews/kareem.jpg" alt="">
  252. <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>
  253. </blockquote>
  254. </div>
  255. <div class="col-md-6 col-xs-12">
  256. <blockquote class="twitter-tweet" lang="en">
  257. <img class="twitter-profile" src="images/reviews/pg.jpeg" alt="">
  258. <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>
  259. </blockquote>
  260. </div>
  261. </div>
  262. <div class="row">
  263. <div class="col-md-6 col-xs-12">
  264. <blockquote class="twitter-tweet" lang="en">
  265. <img class="twitter-profile" src="images/reviews/jacob.jpg" alt="">
  266. <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>
  267. </p><a href="https://twitter.com/jacoblindgren11/status/516975006501203968">&mdash; Jacob Lindgren (@jacoblindgren11) </a>
  268. </blockquote>
  269. </div>
  270. <div class="col-md-6 col-xs-12">
  271. <blockquote class="twitter-tweet" lang="en">
  272. <img class="twitter-profile" src="images/reviews/lars.jpg" alt="">
  273. <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>
  274. </blockquote>
  275. </div>
  276. </div>
  277. </div>
  278. </section>
  279. <section id="share">
  280. <div class="wrapper">
  281. <h2>Share the love</h2>
  282. <ul class="share-buttons">
  283. <li>
  284. <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>
  285. </a>
  286. </li>
  287. <li>
  288. <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>
  289. </a></li>
  290. <li>
  291. <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>
  292. </a>
  293. </li>
  294. <li>
  295. <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>
  296. </a>
  297. </li>
  298. </ul>
  299. </div>
  300. </section>
  301. <section id="contact">
  302. <div class="wrapper">
  303. <i class="icon-mail"></i>
  304. <h2>
  305. Any questions?
  306. </h2>
  307. <a href="#" data-uv-trigger class="btn-cta">contact us</a>
  308. </div>
  309. </section>
  310. <footer>
  311. <div class="wrapper">
  312. <img src="images/Logo-orange.png" alt="Founded in Holland">
  313. <p>Made with <i class="icon-heart"></i> by <a href="http://dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
  314. </p>
  315. </div>
  316. </footer>
  317. <a href="https://github.com/dutchcoders/transfer.sh/">
  318. <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">
  319. </a>
  320. <script>
  321. (function() {
  322. var uv = document.createElement('script');
  323. uv.type = 'text/javascript';
  324. uv.async = true;
  325. uv.src = '//widget.uservoice.com/5rkATbLIm8ClJQeOirOhFg.js';
  326. var s = document.getElementsByTagName('script')[0];
  327. s.parentNode.insertBefore(uv, s)
  328. })()
  329. </script>
  330. <!--[if lt IE 7]>
  331. <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>
  332. <![endif]-->
  333. <script>
  334. (function(b, o, i, l, e, r) {
  335. b.GoogleAnalyticsObject = l;
  336. b[l] || (b[l] =
  337. function() {
  338. (b[l].q = b[l].q || []).push(arguments)
  339. });
  340. b[l].l = +new Date;
  341. e = o.createElement(i);
  342. r = o.getElementsByTagName(i)[0];
  343. e.src = '//www.google-analytics.com/analytics.js';
  344. r.parentNode.insertBefore(e, r)
  345. }(window, document, 'script', 'ga'));
  346. ga('create', 'UA-40833733-1', 'transfer.sh');
  347. ga('send', 'pageview');
  348. </script>
  349. <script src="scripts/main.js"></script>
  350. </body>
  351. </html>