@cindex google drive
@cindex method @option{nextcloud}
@cindex @option{nextcloud} method
-@cindex owncloud
+@cindex nextcloud
GVFS-based methods include also @acronym{GNOME} Online Accounts, which
support the @option{Files} service. These are the Google Drive file
@cindex @acronym{GNOME} Online Accounts
@cindex method @option{nextcloud}
@cindex @option{nextcloud} method
-@cindex owncloud
+@cindex nextcloud
As the name indicates, the method @option{nextcloud} allows you to
access OwnCloud or NextCloud hosted files and directories. Like the
@kbd{M-x auto-revert-tail-mode @key{RET}} runs similarly showing
continuous output.
+@vindex shell-file-name
+@vindex shell-command-switch
@code{shell-command} uses the variables @code{shell-file-name} and
@code{shell-command-switch} in order to determine which shell to run.
For remote hosts, their default values are @file{/bin/sh} and
section, these variables can be changed via connection-local
variables.
+@vindex shell-command-width
+@vindex COLUMNS@r{, environment variable}
+If Emacs supports the variable @code{shell-command-width} (since Emacs
+27.1), @value{tramp} cares about its value for asynchronous shell
+commands. It specifies the number of display columns for command
+output. For synchronous shell commands, a similar effect can be
+achieved by adding the environment variable @env{COLUMNS} to
+@code{tramp-remote-process-environment}.
+
@subsection Running @code{eshell} on a remote host
@cindex @code{eshell}