Changeset 752 for trunk/server/docs/manpages/smbclient.1
- 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/manpages/smbclient.1
r745 r752 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 08/08/20115 .\" Date: 10/29/2012 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBCLIENT" "1" " 08/08/2011" "Samba 3\&.6" "User Commands"10 .TH "SMBCLIENT" "1" "10/29/2012" "Samba 3\&.6" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting … … 237 237 \-e|\-\-encrypt 238 238 .RS 4 239 This command line parameter requires the remote server support the UNIX extensions\&. Request that the connection be encrypted\&. This is new for Samba 3\&.2 and will only work with Samba 3\&.2 or above servers\&. Negotiates SMB encryption using GSSAPI\&. Uses the given credentials for the encryption negotia ion (either kerberos or NTLMv1/v2 if given domain/username/password triple\&. Fails the connection if encryption cannot be negotiated\&.239 This command line parameter requires the remote server support the UNIX extensions\&. Request that the connection be encrypted\&. This is new for Samba 3\&.2 and will only work with Samba 3\&.2 or above servers\&. Negotiates SMB encryption using GSSAPI\&. Uses the given credentials for the encryption negotiation (either kerberos or NTLMv1/v2 if given domain/username/password triple\&. Fails the connection if encryption cannot be negotiated\&. 240 240 .RE 241 241 .PP … … 541 541 into myshare on mypc (no password on share)\&. 542 542 .sp 543 smbclient //mypc/ yshare "" \-N \-Tx backup\&.tar543 smbclient //mypc/myshare "" \-N \-Tx backup\&.tar 544 544 .sp 545 545 Restore everything except … … 682 682 du <filename> 683 683 .RS 4 684 Does a directory listing and then prints out the current disk us eage and free space on a share\&.684 Does a directory listing and then prints out the current disk usage and free space on a share\&. 685 685 .RE 686 686 .PP
Note:
See TracChangeset
for help on using the changeset viewer.