Warning, /network/kio-extras/doc/kioworker/smb/index.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 0003 "dtd/kdedbx45.dtd" [ 0004 <!ENTITY % addindex "IGNORE"> 0005 <!ENTITY % English "INCLUDE" > <!-- change language only here --> 0006 ]> 0007 0008 <article lang="&language;" id="smb"> 0009 <title>SMB</title> 0010 <articleinfo> 0011 <authorgroup> 0012 <author>&Alexander.Neundorf; &Alexander.Neundorf.mail;</author> 0013 <!-- TRANS:ROLES_OF_TRANSLATORS --> 0014 </authorgroup> 0015 <date>2016-12-11</date> 0016 <releaseinfo>Applications 16.12</releaseinfo> 0017 </articleinfo> 0018 <para> 0019 The smb worker enables you to browse the shares of a &Windows; (or Samba) 0020 network. 0021 </para> 0022 0023 <para> 0024 To see the workgroups, enter 0025 <userinput><command>smb:/</command></userinput>. 0026 </para> 0027 <para> 0028 <userinput><command>smb://</command><replaceable>a_workgroup</replaceable></userinput> 0029 will list the hosts in this workgroup. 0030 </para> 0031 <para> 0032 To see the shares of a host, enter 0033 <userinput><command>smb://</command><replaceable>the_host</replaceable></userinput> 0034 or 0035 <userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable></userinput>. 0036 </para> 0037 <para> 0038 To access a share directly enter 0039 <userinput><command>smb://</command><replaceable>the_host/the_share</replaceable></userinput> 0040 or 0041 <userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable>/<replaceable>the_share</replaceable></userinput> 0042 </para> 0043 0044 <para> 0045 The smb worker requires that you have libsmbclient to use this worker. 0046 </para> 0047 0048 <para> 0049 You can set your default user name and password in the &systemsettings; 0050 category <guilabel>Network</guilabel> in 0051 <menuchoice><guisubmenu>Connectivity</guisubmenu><guimenuitem> 0052 Windows Shares</guimenuitem></menuchoice>. This is especially useful if you are a 0053 member of a &Windows; <acronym>NT</acronym> domain. There you can also set your 0054 workgroup name, but in most cases this is not required. The worker will ask for your username and password if a default is not set. 0055 </para> 0056 0057 </article> 0058