diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-09-13 17:24:12 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-09-13 17:24:12 (GMT) |
commit | e5ba1041be862212a3ad66bd51930fc7beeb8140 (patch) | |
tree | c1f176b9d343fa91e004cdb6af68e0e167e9a501 /Help/command | |
parent | 112f758223737464959a593084a357ba5d572e8b (diff) | |
download | CMake-e5ba1041be862212a3ad66bd51930fc7beeb8140.zip CMake-e5ba1041be862212a3ad66bd51930fc7beeb8140.tar.gz CMake-e5ba1041be862212a3ad66bd51930fc7beeb8140.tar.bz2 |
file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboption
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/file.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 256d16d..f8727f0 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -222,6 +222,9 @@ Options to both ``DOWNLOAD`` and ``UPLOAD`` are: ``TIMEOUT <seconds>`` Terminate the operation after a given total time has elapsed. +``USERPWD <username>:<password>`` + Set username and password for operation. + Additional options to ``DOWNLOAD`` are: ``EXPECTED_HASH ALGO=<value>`` |