Ignore:
Timestamp:
Jan 11, 2011, 11:05:25 AM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: caching parameter, text improvments

File:
1 edited

Legend:

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

    r516 r519  
    107107The NetDrive Samba plugin parameters are:
    108108
    109    workgroup   - the name of workgroup to connect to.
    110    server      - the name of server to connect to.
    111    share       - the name of server resource (share) to connect to.
    112    user        - the name of user to login under.
    113    password    - the password of selected user.
    114    master      - the name of 'master' server or workgroup, used to get the list
    115                  of workgroups when the concrete workgroup and server not
    116                  specified.
    117    masterttype - 0 if 'master' is the name of master server, 1 if 'master' is
    118                  the name of master workgroup.
    119    easupport   - 1 to support eCS (OS/2) Extended Attributes, 0 to not support it
     109   workgroup     - the name of workgroup to connect to.
     110   server        - the name of server to connect to.
     111   share         - the name of server resource (share) to connect to.
     112   user          - the name of user to login under.
     113   password      - the password of selected user.
     114   master        - the name of 'master' server or workgroup, used to get the list
     115                   of workgroups when the concrete workgroup and server not
     116                   specified.
     117   masterttype   - 0 if 'master' is the name of master server, 1 if 'master' is
     118                   the name of master workgroup.
     119   easupport     - 1 to support eCS (OS/2) Extended Attributes, 0 to not support it
     120   cache timeout - the time in seconds for which the cache is valid. If the time is
     121                   over the client rereads the directory again. For a directory with
     122                   many files it may be better to increase the timeout.
     123                   (rule of thumb: per 500-800 files 10 seconds). Default: 10 seconds
     124   cache listings- the amount of directories the cache should hold. Be aware the higher
     125                   the value the more memory is used. Default: 32 listings
    120126
    121127To mount the exact server's share one need to specify both 'server' and
Note: See TracChangeset for help on using the changeset viewer.