1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Matt Terwilliger
11e745572e Recursive scp arguments reversed (#1321)
* Recursive scp arguments reversed

The command to "copy [...] on a remote host to a local
directory" in the current scp tldr page was backwards.

scp arguments take the form `scp from to`.

* add the word from for clarity
2017-04-18 09:07:46 -04:00
alefir
c81a256483 Change scp examples to match token syntax guidelines (#1203) 2016-12-19 12:22:07 +05:30
Miguel Amigot
085b18642f Wrong order of arguments in command 2016-03-19 02:01:04 -04:00
Peter Tripp
eb973701a1 Rework scp.
* No double examples
 * Replace IP address with hostname place holders.
 * change word use to avoid upload & download
 * alter two remote hosts example, to not require agent forwarding.

Add SFTP examples.
2016-01-16 02:21:23 -08:00
Ruben Vereecken
066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Igor Shubovych
384e17dcd6 scp: remove port example 2015-12-26 11:43:33 +02:00
xidui
3e72760a45 scp with ssh key 2015-12-25 16:25:01 +08:00
Srinivasan R
2097cf359d Add extra newline between consecutive commands examples.
These 6 files had multiple examples all separated by a single newline.
While rendering it in markdown, the examples all come up in a single
line.
Adding another newline makes rendering better.
Also will help in easier copying (double click on the line to copy).
2015-10-28 22:40:44 +05:30
André König
45871b2662 scp: specify port on host 2014-05-26 11:02:20 +02:00
rprieto
f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00
Renamed from common/scp.md (Browse further)