diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 12 |
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 | ||
| 854 | This is another non-native @value{tramp} method. @command{smbclient} | 854 | This non-native @value{tramp} method connects via the Server Message |
| 855 | connects to any server supporting the SMB/CIFS protocol, such as MS Windows and | 855 | Block (SMB) networking protocol to hosts running file servers that are |
| 856 | Samba running on GNU/Linux. Tests show this @value{tramp} method | 856 | typically based on @url{https://www.samba.org/,,Samba} or MS Windows. |
| 857 | works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows | ||
| 858 | Vista, and MS Windows 7. | ||
| 859 | 857 | ||
| 860 | Using @command{smbclient} requires a few tweaks when working with | 858 | Using @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 | |||
| 863 | The first directory in the localname must be a share name on the | 861 | The first directory in the localname must be a share name on the |
| 864 | remote host. | 862 | remote host. |
| 865 | 863 | ||
| 866 | Since smb shares end in the @code{$} character, @value{tramp} must use | 864 | Since 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 |
| 868 | substitutions. | 866 | substitutions. |
| 869 | 867 | ||
| @@ -907,7 +905,7 @@ uses the anonymous user (without prompting for password). This | |||
| 907 | behavior is unlike other @value{tramp} methods, where local user name | 905 | behavior is unlike other @value{tramp} methods, where local user name |
| 908 | is substituted. | 906 | is substituted. |
| 909 | 907 | ||
| 910 | @option{smb} method is unavailable if @value{emacsname} is run under a | 908 | The @option{smb} method is unavailable if @value{emacsname} is run under a |
| 911 | local user authentication context in MS Windows. However such users | 909 | local user authentication context in MS Windows. However such users |
| 912 | can still access remote files using UNC file names instead of @value{tramp}: | 910 | can still access remote files using UNC file names instead of @value{tramp}: |
| 913 | 911 | ||