aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2016-01-24 16:09:15 -0800
committerPaul Eggert2016-01-24 16:09:38 -0800
commit075a747478724c19e72c42742affda1a3349b5db (patch)
treee3779821e9921b8f227cb22e07a60147798f52b0 /doc/misc
parent1698036a43d9e2c55ead6216ea7156df8615da47 (diff)
downloademacs-075a747478724c19e72c42742affda1a3349b5db.tar.gz
emacs-075a747478724c19e72c42742affda1a3349b5db.zip
Improve wording for SMB support
* doc/misc/tramp.texi (External methods): Improve and modernize wording for discussion of smbclient. There is no longer any need to mention the laundry list of old MS Windows implementations of SMB and CIFS, nor to mention CIFS. Also, give a URL for Samba.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 14cd7fc062e..7bf2e532e01 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -851,11 +851,9 @@ This method works only for unified file names, see @ref{Issues}.
851@cindex method smb 851@cindex method smb
852@cindex smb method 852@cindex smb method
853 853
854This is another non-native @value{tramp} method. @command{smbclient} 854This non-native @value{tramp} method connects via the Server Message
855connects to any server supporting the SMB/CIFS protocol, such as MS Windows and 855Block (SMB) networking protocol to hosts running file servers that are
856Samba running on GNU/Linux. Tests show this @value{tramp} method 856typically based on @url{https://www.samba.org/,,Samba} or MS Windows.
857works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows
858Vista, and MS Windows 7.
859 857
860Using @command{smbclient} requires a few tweaks when working with 858Using @command{smbclient} requires a few tweaks when working with
861@value{tramp}: 859@value{tramp}:
@@ -863,7 +861,7 @@ Using @command{smbclient} requires a few tweaks when working with
863The first directory in the localname must be a share name on the 861The first directory in the localname must be a share name on the
864remote host. 862remote host.
865 863
866Since smb shares end in the @code{$} character, @value{tramp} must use 864Since SMB shares end in the @code{$} character, @value{tramp} must use
867@code{$$} when specifying those shares to avoid environment variable 865@code{$$} when specifying those shares to avoid environment variable
868substitutions. 866substitutions.
869 867
@@ -907,7 +905,7 @@ uses the anonymous user (without prompting for password). This
907behavior is unlike other @value{tramp} methods, where local user name 905behavior is unlike other @value{tramp} methods, where local user name
908is substituted. 906is substituted.
909 907
910@option{smb} method is unavailable if @value{emacsname} is run under a 908The @option{smb} method is unavailable if @value{emacsname} is run under a
911local user authentication context in MS Windows. However such users 909local user authentication context in MS Windows. However such users
912can still access remote files using UNC file names instead of @value{tramp}: 910can still access remote files using UNC file names instead of @value{tramp}:
913 911