Changeset 752 for trunk/server/docs/htmldocs/manpages/smbclient.1.html
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/docs/htmldocs/manpages/smbclient.1.html
r745 r752 118 118 encrypted. This is new for Samba 3.2 and will only work with Samba 119 119 3.2 or above servers. Negotiates SMB encryption using GSSAPI. Uses 120 the given credentials for the encryption negotia ion (either kerberos120 the given credentials for the encryption negotiation (either kerberos 121 121 or NTLMv1/v2 if given domain/username/password triple. Fails the 122 122 connection if encryption cannot be negotiated. … … 251 251 as the component separator) or as UNIX path names (with '/' as 252 252 the component separator). </p><p><span class="emphasis"><em>Examples</em></span></p><p>Restore from tar file <code class="filename">backup.tar</code> into myshare on mypc 253 (no password on share). </p><p><code class="literal">smbclient //mypc/ yshare "" -N -Tx backup.tar253 (no password on share). </p><p><code class="literal">smbclient //mypc/myshare "" -N -Tx backup.tar 254 254 </code></p><p>Restore everything except <code class="filename">users/docs</code> 255 255 </p><p><code class="literal">smbclient //mypc/myshare "" -N -TXx backup.tar … … 322 322 directory on the server. </p></dd><dt><span class="term">dir <mask></span></dt><dd><p>A list of the files matching <em class="replaceable"><code>mask</code></em> in the current 323 323 working directory on the server will be retrieved from the server 324 and displayed. </p></dd><dt><span class="term">du <filename></span></dt><dd><p>Does a directory listing and then prints out the current disk us eage and free space on a share.324 and displayed. </p></dd><dt><span class="term">du <filename></span></dt><dd><p>Does a directory listing and then prints out the current disk usage and free space on a share. 325 325 </p></dd><dt><span class="term">echo <number> <data></span></dt><dd><p>Does an SMBecho request to ping the server. Used for internal Samba testing purposes. 326 326 </p></dd><dt><span class="term">exit</span></dt><dd><p>Terminate the connection with the server and exit
Note:
See TracChangeset
for help on using the changeset viewer.