Commit Graph

15 Commits (65b52c687b7fef81b18abadc5828750979592b43)

Author SHA1 Message Date
leoTlr 4da53e7db5
scp: add proxy example (#11567) 2023-11-25 08:00:05 +01:00
Eric Nielsen 5e56c38d37
scp: fix -P example (#5343)
The -P parameter comes first to use a specific port.
2021-03-06 17:29:14 -03:00
Kiran Joshi 365397c40b
scp: add -P example (#5027) 2020-12-17 07:16:17 -03:00
Marco Bonelli 2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30
Marco Bonelli ac4094e0ad Refactor: improve consistency of the term "directory".
This commit changes the term "folder" to "directory" in every
instance where the first is used in an example description, but the
second is used in the example code, and vice versa.
2019-02-08 19:43:24 +00:00
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