docs: sftp: add note regarding format of server_command

Elaborate exactly how server_command should be used in the configuration file
This commit is contained in:
Bjørn Smith 2023-09-01 11:57:42 +02:00 committed by GitHub
parent cffe85e6c5
commit 21008b4cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,16 @@ E.g. the second example above should be rewritten as:
Default: "",
Help: `Specifies the path or command to run a sftp server on the remote host.
The subsystem option is ignored when server_command is defined.`,
The subsystem option is ignored when server_command is defined.
If adding server_command to the configuration file please note that
it should not be enclosed in quotes, since that will make rclone fail.
A working example is:
[remote_name]
type = sftp
server_command = sudo /usr/libexec/openssh/sftp-server`,
Advanced: true,
}, {
Name: "use_fstat",