1 .\" from: Id: smbutil.1,v 1.5 2002/04/16 02:48:16 bp Exp
7 .Nd "interface to the SMB requester"
17 command is used to control SMB requester and issue various commands.
19 There are two types of options \(em global and local to the specified
22 Global options are as follows:
23 .Bl -tag -width indent
25 Print a short help message.
30 The commands and local options are:
31 .Bl -tag -width indent
32 .It Cm crypt Op Ar password
33 Encrypt clear text password for use in the
36 The encrypted password starts with the
39 Warning: the encryption function is very weak and intended only to hide
43 is omitted from the command line,
46 .It Cm help Ar command
47 Print usage information about
50 List active connections and their parameters.
53 .Op Fl Ar connection_options
54 .No // Ns Ar user Ns @ Ns Ar server Ns Op / Ns Ar share
56 Login/attach to the specified
62 This command will create and authenticate connection to an SMB server, and
63 will leave it active after exit.
64 Thus, it is possible to login only once and then
65 use other SMB commands without authentication procedure and additional
67 For the description of
68 .Fl Ar connection_options
71 manpage (all uppercase options are connection options).
74 .No // Ns Ar user Ns @ Ns Ar server Ns Op / Ns Ar share
76 Logout/detach from the specified
82 This command will destroy a connection created by the
85 A connection may not be closed immediately if it is used by other
95 The NetBIOS name server can be directly specified via the
100 .Op Fl Ar connection_options
101 .No // Ns Ar user Ns @ Ns Ar server Ns / Ns Ar share
106 to the specified queue on the remote server.
111 then standard input will be used.
114 .Op Fl Ar connection_options
115 .No // Ns Ar user Ns @ Ns Ar server
117 List resources available on the specified
123 .Bl -tag -width ".Pa ~/.nsmbrc" -compact
125 Keeps description for each connection.
127 .Pa ./examples/dot.nsmbrc
131 .An Boris Popov Aq bp@butya.kz ,
134 Please report any bugs to the author.