From 437e1649ad0cd6d921802c486ed12b05dde3cfdf Mon Sep 17 00:00:00 2001 From: Karl Dubost Date: Fri, 25 Oct 2019 13:21:47 +0900 Subject: [PATCH] Issue #1948 - Removes mention of scp in doc --- sites/docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/getting-started.rst b/sites/docs/getting-started.rst index 417e2db5af..a8d650f2b2 100644 --- a/sites/docs/getting-started.rst +++ b/sites/docs/getting-started.rst @@ -253,7 +253,7 @@ For example, say you had an archive file you wanted to upload: >>> print("Uploaded {0.local} to {0.remote}".format(result)) Uploaded /local/myfiles.tgz to /opt/mydata/ -These methods typically follow the behavior of ``cp`` and ``scp``/``sftp`` in +These methods typically follow the behavior of ``cp`` and ``sftp`` in terms of argument evaluation - for example, in the above snippet, we omitted the filename part of the remote path argument.