home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / smbclient_1 / smb_man < prev    next >
Text File  |  1997-07-03  |  27KB  |  859 lines

  1.  
  2.  
  3.  
  4. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  5.  
  6.  
  7. NAME
  8.        smbclient - ftp-like Lan Manager client program
  9.  
  10. SYNOPSIS
  11.        smbclient servicename [ password ] [ -A ] [ -E ] [ -L host
  12.        ] [ -M host ] [ -I IP number ] [ -N ] [ -P ] [ -U username
  13.        ]  [ -d debuglevel ] [ -l log basename ] [ -n netbios name
  14.        ] [ -O socket options ] [ -p port number ]
  15.  
  16. DESCRIPTION
  17.        This program is part of the Samba suite.
  18.  
  19.        smbclient is a client that can 'talk'  to  a  Lan  Manager
  20.        server.  It offers an interface similar to that of the ftp
  21.        program (see ftp(1)). Operations include things like  get-
  22.        ting  files  from the server to the local machine, putting
  23.        files from the local machine  to  the  server,  retrieving
  24.        directory information from the server and so on.
  25.  
  26.        NOTE:  Ricky Poulten (poultenr@logica.co.uk) has written a
  27.        "tar" extension to smbclient that allows you  to  back  up
  28.        and restore your lan-manager compatible network using smb-
  29.        client.
  30.  
  31.        You can fetch the tar  extension  from  the  "contributed"
  32.        section                     on                     nimbus.
  33.        ftp://nimbus.anu.edu.au/pub/tridge/samba/contributed/
  34.  
  35.  
  36.  
  37. OPTIONS
  38.        servicename
  39.           servicename is the name of the service you want to  use
  40.           on   the   server.   A  service  name  takes  the  form
  41.           \\server\service where server is the  netbios  name  of
  42.           the Lan Manager server offering the desired service and
  43.           service is the name of the  service  offered.  Thus  to
  44.           connect  to  the  service  "printer" on the Lan Manager
  45.           server "lanman", you would use the servicename
  46.  
  47.                     \\lanman\printer
  48.  
  49.           Note that the server name required is  NOT  necessarily
  50.           the host name of the server! The name required is a Lan
  51.           Manager server name, which may or may not be  the  same
  52.           as the hostname of the machine running the server.
  53.  
  54.        password
  55.           password  is the password required to access the speci-
  56.           fied service on the specified server. If supplied,  the
  57.           -N option (suppress password prompt) is assumed.
  58.  
  59.           There  is  no  default password. If no password is sup-
  60.           plied on the command line (either here or using the  -U
  61.  
  62.  
  63.  
  64. smbclient                   17/1/1995                           1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  71.  
  72.  
  73.           option (see below)) and -N is not specified, the client
  74.           will prompt for a password, even if the desired service
  75.           does  not  require one. (If prompted for a password and
  76.           none is required, simply press ENTER to provide a  null
  77.           password.)
  78.  
  79.           Note:  Some  servers  (including  OS/2  and Windows for
  80.           Workgroups) insist on an uppercase password.  Lowercase
  81.           or  mixed  case  passwords  may  be  rejected  by these
  82.           servers.
  83.  
  84.           Be cautious about including passwords in scripts.
  85.  
  86.        -A
  87.  
  88.           This parameter, if specified, causes the maximum  debug
  89.           level  to  be  selected.  Be warned that this generates
  90.           prodigious amounts of debug data. There is also a secu-
  91.           rity  issue  involved,  as  at  the maximum debug level
  92.           cleartext passwords may be written to some log files.
  93.  
  94.        -L
  95.  
  96.           This option allows you to look  at  what  services  are
  97.           available  on  a  server.  You  use it as "smbclient -L
  98.           host" and a list should appear.  The -I option  may  be
  99.           useful  if  your  netbios names don't match your tcp/ip
  100.           host names or if you are trying  to  reach  a  host  on
  101.           another network. For example:
  102.  
  103.           smbclient -L ftp -I ftp.microsoft.com
  104.  
  105.           will  list  the  shares  available on microsofts public
  106.           server.
  107.  
  108.        -M
  109.  
  110.           This options allows you to  send  messages,  using  the
  111.           "WinPopup"  protocol,  to another computer. Once a con-
  112.           nection is established  you  then  type  your  message,
  113.           pressing ^D (control-D) to end.
  114.  
  115.           If  the receiving computer is running WinPopup the user
  116.           will receive the message and probably a beep.  If  they
  117.           are  not running WinPopup the message will be lost, and
  118.           no error message will occur.
  119.  
  120.           The message is also automatically truncated if the mes-
  121.           sage  is  over  1600 bytes, as this is the limit of the
  122.           protocol.
  123.  
  124.           One useful trick is to cat  the  message  through  smb-
  125.           client. For example:
  126.  
  127.  
  128.  
  129.  
  130. smbclient                   17/1/1995                           2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  137.  
  138.  
  139.           cat mymessage.txt | smbclient -M FRED
  140.  
  141.           will  send  the  message in the file "mymessage.txt" to
  142.           the machine FRED.
  143.  
  144.           You may also find the -U and -I options useful, as they
  145.           allow  you to control the FROM and TO parts of the mes-
  146.           sage.
  147.  
  148.           Samba currently has no way of receiving  WinPopup  mes-
  149.           sages.
  150.  
  151.           Note: Copy WinPopup into the startup group on your WfWg
  152.           PCs if you want them to always be able to receive  mes-
  153.           sages.
  154.  
  155.        -E
  156.  
  157.           This  parameter,  if  specified,  causes  the client to
  158.           write messages to the standard  error  stream  (stderr)
  159.           rather than to the standard output stream.
  160.  
  161.           By default, the client writes messages to standard out-
  162.           put - typically the user's tty.
  163.  
  164.        -I IP number
  165.  
  166.           IP number represents the IP number  of  the  server  to
  167.           connect   to.   It  should  be  specified  in  standard
  168.           "a.b.c.d" notation.
  169.  
  170.           Normally the client will attempt to locate  the  speci-
  171.           fied  Lan  Manager  server  by looking it up - that is,
  172.           broadcasting a request for the given server to identify
  173.           itself.  Using  this parameter will force the client to
  174.           assume that the server is on the machine with the spec-
  175.           ified IP number.
  176.  
  177.           There  is  no  default  for this parameter. If not sup-
  178.           plied, it  will  be  determined  automatically  by  the
  179.           client as described above.
  180.  
  181.        -N
  182.  
  183.           If  specified,  this  parameter  suppresses  the normal
  184.           password prompt from the client to the  user.  This  is
  185.           useful when accessing a service that does not require a
  186.           password.
  187.  
  188.           Unless a password is specified on the command  line  or
  189.           this  parameter is specified, the client will request a
  190.           password.
  191.  
  192.        -O socket options
  193.  
  194.  
  195.  
  196. smbclient                   17/1/1995                           3
  197.  
  198.  
  199.  
  200.  
  201.  
  202. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  203.  
  204.  
  205.           See the  socket  options  section  of  smb.conf(5)  for
  206.           details
  207.  
  208.        -P
  209.  
  210.           If  specified,  the service requested will be connected
  211.           to as  a  printer  service  rather  than  as  a  normal
  212.           filespace  service. Operations such as put and get will
  213.           not be applicable for such a connection.
  214.  
  215.           By default, services  will  be  connected  to  as  NON-
  216.           printer services.
  217.  
  218.        -U username
  219.  
  220.           username  is  the  user  name  that will be used by the
  221.           client to make a connection, assuming  your  server  is
  222.           running a protocol that allows for usernames.
  223.  
  224.           Some servers are fussy about the case of this name, and
  225.           some insist that it must be a valid netbios name.
  226.  
  227.           If no username is  supplied,  it  will  default  to  an
  228.           uppercase  version  of the environment variable USER or
  229.           LOGNAME in that order.  If no username is supplied  and
  230.           neither  environment variable exists the user name will
  231.           be empty.
  232.  
  233.           If the service you are connecting to requires  a  pass-
  234.           word,  it  can  be  supplied  using  the  -U option, by
  235.           appending a percent symbol ("%") then the  password  to
  236.           username.   For example, to attach to a service as user
  237.           "fred" with password "secret",  you  would  specify  -U
  238.           fred%secret on the command line. Note that there are no
  239.           spaces around the percent symbol.
  240.  
  241.           If you specify the password as part  of  username  then
  242.           the -N option (suppress password prompt) is assumed.
  243.  
  244.           If  you specify the password as a parameter AND as part
  245.           of username then the password as part of username  will
  246.           take  precedence.  Putting  nothing  before  or nothing
  247.           after the percent symbol will cause an  empty  username
  248.           or an empty password to be used, respectively.
  249.  
  250.           Note:  Some  servers  (including  OS/2  and Windows for
  251.           Workgroups) insist on an uppercase password.  Lowercase
  252.           or  mixed  case  passwords  may  be  rejected  by these
  253.           servers.
  254.  
  255.           Be cautious about including passwords in scripts.
  256.  
  257.        -d debuglevel
  258.  
  259.  
  260.  
  261.  
  262. smbclient                   17/1/1995                           4
  263.  
  264.  
  265.  
  266.  
  267.  
  268. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  269.  
  270.  
  271.           debuglevel is an integer from 0 to 5.
  272.  
  273.           The default value if this parameter is not specified is
  274.           zero.
  275.  
  276.           The  higher  this value, the more detail will be logged
  277.           to the log files about the activities of the client. At
  278.           level 0, only critical errors and serious warnings will
  279.           be logged. Level 1 is a reasonable level for day to day
  280.           running  -  it  generates a small amount of information
  281.           about operations carried out.
  282.  
  283.           Levels above 1 will generate  considerable  amounts  of
  284.           log  data, and should only be used when investigating a
  285.           problem. Levels above 3 are designed for  use  only  by
  286.           developers  and generate HUGE amounts of log data, most
  287.           of which is extremely cryptic.
  288.  
  289.        -l log basename
  290.  
  291.           If specified, log basename specifies  a  base  filename
  292.           into  which  operational  data  from the running client
  293.           will be logged.
  294.  
  295.           The default base name is specified at compile time.
  296.  
  297.           The base name is  used  to  generate  actual  log  file
  298.           names.  For  example,  if the name specified was "log",
  299.           the following files would be used for log data:
  300.  
  301.              log.client.debug (containing debugging information)
  302.  
  303.              log.client.in (containing inbound transaction data)
  304.  
  305.              log.client.out  (containing   outbound   transaction
  306.              data)
  307.  
  308.           The  log  files  generated  are  never  removed  by the
  309.           client.
  310.  
  311.        -n netbios name
  312.  
  313.           By default, the client will  use  the  local  machine's
  314.           hostname  (in  uppercase)  as  its  netbios  name. This
  315.           parameter allows you to override the host name and  use
  316.           whatever netbios name you wish.
  317.  
  318.        -p port number
  319.  
  320.           port number is a positive integer value.
  321.  
  322.           The default value if this parameter is not specified is
  323.           139.
  324.  
  325.  
  326.  
  327.  
  328. smbclient                   17/1/1995                           5
  329.  
  330.  
  331.  
  332.  
  333.  
  334. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  335.  
  336.  
  337.           This number is the port number that will be  used  when
  338.           making  connections  to the server. The standard (well-
  339.           known) port number for the server  is  139,  hence  the
  340.           default.
  341.  
  342.           This parameter is not normally specified.
  343.  
  344.  
  345. OPERATIONS
  346.        Once  the  client is running, the user is presented with a
  347.        prompt, "smb: \>".  The backslash ("\") indicates the cur-
  348.        rent  working  directory on the server, and will change if
  349.        the current working directory is changed.
  350.  
  351.        The prompt indicates that the client is ready and  waiting
  352.        to  carry  out  a  user  command. Each command is a single
  353.        word, optionally followed by parameters specific  to  that
  354.        command. Command and parameters are space-delimited unless
  355.        these notes specifically state otherwise. All commands are
  356.        case-insensitive.   Parameters  to commands may or may not
  357.        be case sensitive, depending on the command.
  358.  
  359.        You can specify file names which have spaces  in  them  by
  360.        quoting  the  name with double quotes, for example "a long
  361.        file name".
  362.  
  363.        Parameters shown in square brackets  (eg.,  "[parameter]")
  364.        are  optional. If not given, the command will use suitable
  365.        defaults.  Parameters  shown  in  angle   brackets   (eg.,
  366.        "<parameter>") are required.
  367.  
  368.        Note  that  all commands operating on the server are actu-
  369.        ally performed by issuing a request to  the  server.  Thus
  370.        the behaviour may vary from server to server, depending on
  371.        how the server was implemented.
  372.  
  373.        The commands available  are  given  here  in  alphabetical
  374.        order.
  375.  
  376.        ?
  377.           Parameters:
  378.              [command]
  379.  
  380.           Description:
  381.              If command is specified, the ?  command will display
  382.              a brief informative message about the specified com-
  383.              mand.
  384.  
  385.              If no command is specified, a list of available com-
  386.              mands will be displayed.
  387.  
  388.        !
  389.           Parameters:
  390.              [shell command]
  391.  
  392.  
  393.  
  394. smbclient                   17/1/1995                           6
  395.  
  396.  
  397.  
  398.  
  399.  
  400. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  401.  
  402.  
  403.           Description:
  404.              If shell command is specified, the !   command  will
  405.              execute  a shell locally and run the specified shell
  406.              command. If no command is specified, a shell will be
  407.              run.
  408.  
  409.        cd
  410.           Parameters:
  411.              [directory name]
  412.  
  413.           Description:
  414.              If  directory name is specified, the current working
  415.              directory on the  server  will  be  changed  to  the
  416.              directory specified. This operation will fail if for
  417.              any reason the specified directory is  inaccessible.
  418.  
  419.              If no directory name is specified, the current work-
  420.              ing directory on the server will be reported.
  421.  
  422.        del
  423.           Parameters:
  424.              <mask>
  425.  
  426.           Description:
  427.              The client will request that the server  attempt  to
  428.              delete  all  files  matching  mask  from the current
  429.              working directory on the server.
  430.  
  431.        dir
  432.           Parameters:
  433.              <mask>
  434.  
  435.           Description:
  436.              A list of the files matching  mask  in  the  current
  437.              working  directory  on  the server will be retrieved
  438.              from the server and displayed.
  439.  
  440.        exit
  441.           Parameters:
  442.              None.
  443.  
  444.           Description:
  445.              Terminate the connection with the  server  and  exit
  446.              from the program.
  447.  
  448.        get
  449.           Parameters:
  450.              <remote file name> [local file name]
  451.  
  452.           Description:
  453.              Copy  the  file  called  remote  file  name from the
  454.              server to the machine running the client. If  speci-
  455.              fied,  name  the  local  copy local file name.  Note
  456.              that all transfers in smbclient are binary. See also
  457.  
  458.  
  459.  
  460. smbclient                   17/1/1995                           7
  461.  
  462.  
  463.  
  464.  
  465.  
  466. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  467.  
  468.  
  469.              the lowercase command.
  470.  
  471.        help
  472.           Parameters:
  473.              [command]
  474.  
  475.           Description:
  476.              See the ?  command above.
  477.  
  478.        lcd
  479.           Parameters:
  480.              [directory name]
  481.  
  482.           Description:
  483.              If  directory name is specified, the current working
  484.              directory on the local machine will  be  changed  to
  485.              the directory specified. This operation will fail if
  486.              for any reason the specified directory is inaccessi-
  487.              ble.
  488.  
  489.              If  no  directory name is specified, the name of the
  490.              current working directory on the local machine  will
  491.              be reported.
  492.  
  493.        lowercase
  494.           Parameters:
  495.              None.
  496.  
  497.           Description:
  498.              Toggle lowercasing of filenames for the get and mget
  499.              commands.
  500.  
  501.              When lowercasing is toggled ON, local filenames  are
  502.              converted  to  lowercase when using the get and mget
  503.              commands. This is often useful  when  copying  (say)
  504.              MSDOS  files  from a server, because lowercase file-
  505.              names are the norm on Unix systems.
  506.  
  507.        ls
  508.           Parameters:
  509.              <mask>
  510.  
  511.           Description:
  512.              See the dir command above.
  513.  
  514.        mask
  515.           Parameters:
  516.              <mask>
  517.  
  518.           Description:
  519.              This command allows the user to set up a mask  which
  520.              will  be used during recursive operation of the mget
  521.              and mput commands.
  522.  
  523.  
  524.  
  525.  
  526. smbclient                   17/1/1995                           8
  527.  
  528.  
  529.  
  530.  
  531.  
  532. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  533.  
  534.  
  535.              The masks specified to the mget  and  mput  commands
  536.              act  as  filters  for  directories rather than files
  537.              when recursion is toggled ON.
  538.  
  539.              The mask specified with the mask command  is  neces-
  540.              sary  to  filter files within those directories. For
  541.              example, if the mask specified in an mget command is
  542.              "source*"  and the mask specified with the mask com-
  543.              mand is "*.c" and recursion is toggled ON, the  mget
  544.              command  will  retrieve  all files matching "*.c" in
  545.              all directories below and including all  directories
  546.              matching "source*" in the current working directory.
  547.  
  548.              Note that the  value  for  mask  defaults  to  blank
  549.              (equivalent  to  "*")  and remains so until the mask
  550.              command is used to change it. It  retains  the  most
  551.              recently  specified  value  indefinitely.  To  avoid
  552.              unexpected results it would be wise  to  change  the
  553.              value  of  mask  back to "*" after using the mget or
  554.              mput commands.
  555.  
  556.        md
  557.           Parameters:
  558.              <directory name>
  559.  
  560.           Description:
  561.              See the mkdir command.
  562.  
  563.        mget
  564.           Parameters:
  565.              <mask>
  566.  
  567.           Description:
  568.              Copy all files matching mask from the server to  the
  569.              machine running the client.
  570.  
  571.              Note  that  mask  is  interpreted differently during
  572.              recursive operation and  non-recursive  operation  -
  573.              refer  to  the  recurse  and  mask commands for more
  574.              information. Note that all  transfers  in  smbclient
  575.              are binary. See also the lowercase command.
  576.  
  577.        mkdir
  578.           Parameters:
  579.              <directory name>
  580.  
  581.           Description:
  582.              Create  a  new  directory on the server (user access
  583.              privileges permitting) with the specified name.
  584.  
  585.        mput
  586.           Parameters:
  587.              <mask>
  588.  
  589.  
  590.  
  591.  
  592. smbclient                   17/1/1995                           9
  593.  
  594.  
  595.  
  596.  
  597.  
  598. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  599.  
  600.  
  601.           Description:
  602.              Copy all files matching mask in the current  working
  603.              directory  on the local machine to the current work-
  604.              ing directory on the server.
  605.  
  606.              Note that mask  is  interpreted  differently  during
  607.              recursive  operation  and  non-recursive operation -
  608.              refer to the recurse  and  mask  commands  for  more
  609.              information.  Note  that  all transfers in smbclient
  610.              are binary.
  611.  
  612.        print
  613.           Parameters:
  614.              <file name>
  615.  
  616.           Description:
  617.              Print the specified  file  from  the  local  machine
  618.              through a printable service on the server.
  619.  
  620.              See also the printmode command.
  621.  
  622.        printmode
  623.           Parameters:
  624.              <graphics or text>
  625.  
  626.           Description:
  627.              Set  the print mode to suit either binary data (such
  628.              as graphical information) or text. Subsequent  print
  629.              commands will use the currently set print mode.
  630.  
  631.        prompt
  632.           Parameters:
  633.              None.
  634.  
  635.           Description:
  636.              Toggle  prompting  for filenames during operation of
  637.              the mget and mput commands.
  638.  
  639.              When toggled ON, the user will be prompted  to  con-
  640.              firm  the  transfer  of  each file during these com-
  641.              mands. When toggled OFF, all specified files will be
  642.              transferred without prompting.
  643.  
  644.        put
  645.           Parameters:
  646.              <local file name> [remote file name]
  647.  
  648.           Description:
  649.              Copy  the  file  called  local  file  name  from the
  650.              machine running the client to the server. If  speci-
  651.              fied,  name  the remote copy remote file name.  Note
  652.              that all transfers in smbclient are binary. See also
  653.              the lowercase command.
  654.  
  655.  
  656.  
  657.  
  658. smbclient                   17/1/1995                          10
  659.  
  660.  
  661.  
  662.  
  663.  
  664. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  665.  
  666.  
  667.        queue
  668.           Parameters:
  669.              None.
  670.  
  671.           Description:
  672.              Displays  the print queue, showing the job id, name,
  673.              size and current status.
  674.  
  675.        quit
  676.           Parameters:
  677.              None.
  678.  
  679.           Description:
  680.              See the exit command.
  681.  
  682.        rd
  683.           Parameters:
  684.              <directory name>
  685.  
  686.           Description:
  687.              See the rmdir command.
  688.  
  689.        recurse
  690.           Parameters:
  691.              None.
  692.  
  693.           Description:
  694.              Toggle directory recursion for the commands mget and
  695.              mput
  696.  
  697.              When  toggled  ON,  these  commands will process all
  698.              directories in the source directory (ie., the direc-
  699.              tory  they  are copying from ) and will recurse into
  700.              any that match the mask specified  to  the  command.
  701.              Only  files  that match the mask specified using the
  702.              mask command will be retrieved. See  also  the  com-
  703.              mand.
  704.  
  705.              When  recursion  is toggled OFF, only files from the
  706.              current working directory on the source machine that
  707.              match  the  mask  specified to the mget or mput com-
  708.              mands will be copied, and any mask  specified  using
  709.              the mask command will be ignored.
  710.  
  711.        rm
  712.           Parameters:
  713.              <mask>
  714.  
  715.           Description:
  716.              Remove  all  files  matching  mask  from the current
  717.              working directory on the server.
  718.  
  719.        rmdir
  720.           Parameters:
  721.  
  722.  
  723.  
  724. smbclient                   17/1/1995                          11
  725.  
  726.  
  727.  
  728.  
  729.  
  730. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  731.  
  732.  
  733.              <directory name>
  734.  
  735.           Description:
  736.              Remove the specified directory (user  access  privi-
  737.              leges permitting) from the server.
  738.  
  739.  
  740.  
  741. NOTES
  742.        Some  servers  are  fussy about the case of supplied user-
  743.        names, passwords, share  names  (aka  service  names)  and
  744.        machine  names.  If  you  fail  to  connect try giving all
  745.        parameters in uppercase.
  746.  
  747.        It is often necessary to use the -n option when connecting
  748.        to  some  types  of  servers.  For example OS/2 LanManager
  749.        insists on a valid netbios name being used, so you need to
  750.        supply a valid name that would be known to the server.
  751.  
  752.        smbclient  supports  long file names where the server sup-
  753.        ports the LANMAN2 protocol.
  754.  
  755.  
  756. FILES
  757.        Not applicable.
  758.  
  759.  
  760. ENVIRONMENT VARIABLES
  761.        USER
  762.           The variable USER may contain the username of the  per-
  763.           son using the client.  This information is used only if
  764.           the protocol level is high enough to  support  session-
  765.           level passwords.
  766.  
  767.  
  768. INSTALLATION
  769.        The  location  of the client program is a matter for indi-
  770.        vidual system administrators. The following are thus  sug-
  771.        gestions only.
  772.  
  773.        It  is  recommended  that the client software be installed
  774.        under the /usr/local hierarchy, in a directory readable by
  775.        all,  writeable  only  by  root. The client program itself
  776.        should be executable by all.  The  client  should  NOT  be
  777.        setuid or setgid!
  778.  
  779.        The client log files should be put in a directory readable
  780.        and writable only by the user.
  781.  
  782.        To test the client, you will need to know the  name  of  a
  783.        running Lan manager server. It is possible to run the smbd
  784.        (see smbd(8)) as an ordinary user - running that server as
  785.        a  daemon  on  a  user-accessible port (typically any port
  786.        number over 1024) would provide a suitable test server.
  787.  
  788.  
  789.  
  790. smbclient                   17/1/1995                          12
  791.  
  792.  
  793.  
  794.  
  795.  
  796. SMBCLIENT(1)                smbclient                SMBCLIENT(1)
  797.  
  798.  
  799. VERSION
  800.        This man page is (mostly) correct for  version  1.9.00  of
  801.        the  Samba  suite,  plus some of the recent patches to it.
  802.        These notes will necessarily lag behind development of the
  803.        client  software,  so  it is possible that your version of
  804.        the client has extensions or parameter semantics that dif-
  805.        fer  from  or  are  not  covered  by this man page. Please
  806.        notify these to the address below for rectification.
  807.  
  808. SEE ALSO
  809.        smbd(8)
  810.  
  811.  
  812. DIAGNOSTICS
  813.        [This section under construction]
  814.  
  815.        Most diagnostics issued by the  client  are  logged  in  a
  816.        specified log file. The log file name is specified at com-
  817.        pile time, but may be overridden on the command line.
  818.  
  819.        The number and nature of diagnostics available depends  on
  820.        the  debug level used by the client. If you have problems,
  821.        set the debug level to 3 and peruse the log files.
  822.  
  823.        Most messages are  reasonably  self-explanatory.  Unfortu-
  824.        nately,  at  time  of creation of this man page the source
  825.        code is still too fluid to  warrant  describing  each  and
  826.        every  diagnostic. At this stage your best bet is still to
  827.        grep the source code and inspect the conditions that  gave
  828.        rise to the diagnostics you are seeing.
  829.  
  830.  
  831. BUGS
  832.        None known.
  833.  
  834. CREDITS
  835.        The  original  Samba  software  and related utilities were
  836.        created by Andrew Tridgell (samba-bugs@anu.edu.au). Andrew
  837.        is also the Keeper of the Source for this project.
  838.  
  839.        This man page written by Karl Auer (Karl.Auer@anu.edu.au)
  840.  
  841.        See  smb.conf(5)  for  a  full  list  of  contributors and
  842.        details on how to submit bug reports, comments etc.
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856. smbclient                   17/1/1995                          13
  857.  
  858.  
  859.