From 949d68485e9882419abbf4fb363ca5882893ccaa Mon Sep 17 00:00:00 2001 From: TomRicci <44097104+TomRicci@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:34:12 +0200 Subject: [PATCH] fix: message scpdownload scpupload in scp.override.rst --- doc/sphinx-plugins-override/scp.override.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx-plugins-override/scp.override.rst b/doc/sphinx-plugins-override/scp.override.rst index f1faf16..d99dc9b 100644 --- a/doc/sphinx-plugins-override/scp.override.rst +++ b/doc/sphinx-plugins-override/scp.override.rst @@ -22,7 +22,7 @@ Or to recursively download a folder contents:: Please note that you need to be granted for uploading or downloading files with scp to/from the remote host, in addition to having the right to SSH to it. -For a group, the right should be added with ``--scpup``/``--scpdown`` of the :doc:`/plugins/group-aclkeeper/groupAddServer` command. -For a personal access, the right should be added with ``--scpup``/``--scpdown`` of the :doc:`/plugins/restricted/selfAddPersonalAccess` command. +For a group, the right should be added with ``--protocol scpupload``/``--protocol scpdownload`` of the :doc:`/plugins/group-aclkeeper/groupAddServer` command. +For a personal access, the right should be added with ``--protocol scpupload``/``--protocol scpdownload`` of the :doc:`/plugins/restricted/selfAddPersonalAccess` command. You'll find more information and examples in :doc:`/using/sftp_scp_rsync`.