Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

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