25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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