Ignore:
Timestamp:
Feb 9, 2011, 11:06:18 AM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: reconnect fix and text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/help/readme.txt

    r544 r548  
    7373recent eComStation release).
    7474The plugin needs the 32 bit TCP/IP stack. This stack comes with all eComStation
    75 releases. If you have still the 16 bit stack, please search the net for the 32 bit stack.
     75releases. If you have still the 16 bit stack, please search the net for the
     7632 bit stack.
    7677
    77783.1 <$ND>
     
    103104<$ND> Samba plugin is used according to general <$ND> usage rules. Read
    104105the <$ND> documentation for more information. The SMB/CIFS resources could
    105 be mounted either using command line nd.exe utility or WPS ndpm.exe utility of
    106 <$ND>.
     106be mounted either using command line nd.exe utility or WPS ndpm.exe utility
     107of <$ND>.
    107108
    108109The <$ND> Samba plugin parameters are:
     
    113114   user          - the name of user to login under.
    114115   password      - the password of selected user.
    115    master        - the name of 'master' server or workgroup, used to get the list
    116                    of workgroups when the concrete workgroup and server not
    117                    specified.
    118    masterttype   - 0 if 'master' is the name of master server, 1 if 'master' is
    119                    the name of master workgroup.
     116   master        - the name of 'master' server or workgroup, used to get the
     117                   list of workgroups when the concrete workgroup and server
     118                   not specified.
     119   masterttype   - 0 if 'master' is the name of master server, 1 if 'master'
     120                   is the name of master workgroup.
     121   cache timeout - the time in seconds for which the cache is valid. If the
     122                   time is over the client rereads the directory again. For a
     123                   directory with many files it may be better to increase the
     124                   timeout. (rule of thumb: per 500-800 files 10 seconds).
     125                   Default: 10 seconds
     126   cache listings- the amount of directories the cache should hold. Be aware:
     127                   the higher the value the more memory is used.
     128                   Default: 32 listings
    120129   easupport     - 1 to support <$OS> Extended Attributes, 0 to not support it
    121    cache timeout - the time in seconds for which the cache is valid. If the time is
    122                    over the client rereads the directory again. For a directory with
    123                    many files it may be better to increase the timeout.
    124                    (rule of thumb: per 500-800 files 10 seconds). Default: 10 seconds
    125    cache listings- the amount of directories the cache should hold. Be aware the higher
    126                    the value the more memory is used. Default: 32 listings
     130   r/w           - define whether the resource should be read-only (r) or
     131                   writeable (w)
    127132
    128133To mount the exact server's share one need to specify both 'server' and
     
    130135server's share will be mounted to the mounting path.
    131136
    132 If one want to access all server shares, then only the 'server', not the 'share'
    133 parameter, should be specified,the other parameters are optional. The list of
    134 server shares will be mounted to the mounting path.
     137If one want to access all server shares, then only the 'server', not the
     138'share' parameter, should be specified,the other parameters are optional.
     139The list of server shares will be mounted to the mounting path.
    135140
    136 If one want to access all servers within the workgroup, then only the 'workgroup',
    137 not the 'server' parameter, should be specified, the other parameters are
    138 optional. The list of servers within the specified workgroup will be mounted to
    139 the mounting path.
     141If one want to access all servers within the workgroup, then only the
     142'workgroup', not the 'server' parameter, should be specified, the other
     143parameters are optional. The list of servers within the specified workgroup
     144will be mounted to the mounting path.
    140145
    141146If one want to access all available workgroups within one master browser
    142 within the network, then only the 'master', not the 'workgroup' nor the 'server' parameter,
    143 should be specified, the other parameters are optional. The list of workgroups
    144 will be mounted to the mounting path. The 'master' workgroup can be any known
    145 workgroup in the net. The 'master' server should be the master browser for
    146 workgroup[s].
     147within the network, then only the 'master', not the 'workgroup' nor the
     148'server' parameter, should be specified, the other parameters are optional.
     149The list of workgroups will be mounted to the mounting path. The 'master'
     150workgroup can be any known workgroup in the net. The 'master' server should
     151be the master browser for workgroup[s].
    147152
    148153By default the 'guest' user with blank password is used to access selected
     
    154159
    155160eComStation comes with a GUI program named EVFSGUI which is even more feature
    156 rich than the <$ND> GUI. Refer to the documentaion that comes with eCS.
     161rich than the <$ND> GUI. EFVSGUI can also be used together with <$ND>.
     162Refer to the documentaion that comes with eCS.
    157163
    1581645. Debugging
Note: See TracChangeset for help on using the changeset viewer.