Changeset 545 for branches/client-2.0/src/help
- Timestamp:
- Feb 2, 2011, 2:58:40 PM (15 years ago)
- Location:
- branches/client-2.0/src/help
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.0/src/help/ndpsmb_de.ipf
r542 r545 79 79 80 80 :pt.Server 81 :pd. The name or IP address of server to connect to.81 :pd.Der Name oder IP Adresse des Servers zu dem verbunden werden soll. 82 82 83 83 :pt.Freigabe -
branches/client-2.0/src/help/readme.txt
r542 r545 73 73 recent eComStation release). 74 74 The 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. 75 releases. If you have still the 16 bit stack, please search the net for the 76 32 bit stack. 76 77 77 78 3.1 <$ND> … … 103 104 <$ND> Samba plugin is used according to general <$ND> usage rules. Read 104 105 the <$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 of106 <$ND>.106 be mounted either using command line nd.exe utility or WPS ndpm.exe utility 107 of <$ND>. 107 108 108 109 The <$ND> Samba plugin parameters are: … … 113 114 user - the name of user to login under. 114 115 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 120 129 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) 127 132 128 133 To mount the exact server's share one need to specify both 'server' and … … 130 135 server's share will be mounted to the mounting path. 131 136 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.137 If one want to access all server shares, then only the 'server', not the 138 'share' parameter, should be specified,the other parameters are optional. 139 The list of server shares will be mounted to the mounting path. 135 140 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.141 If one want to access all servers within the workgroup, then only the 142 'workgroup', not the 'server' parameter, should be specified, the other 143 parameters are optional. The list of servers within the specified workgroup 144 will be mounted to the mounting path. 140 145 141 146 If 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 for146 workgroup[s].147 within the network, then only the 'master', not the 'workgroup' nor the 148 'server' parameter, should be specified, the other parameters are optional. 149 The list of workgroups will be mounted to the mounting path. The 'master' 150 workgroup can be any known workgroup in the net. The 'master' server should 151 be the master browser for workgroup[s]. 147 152 148 153 By default the 'guest' user with blank password is used to access selected … … 154 159 155 160 eComStation 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. 161 rich than the <$ND> GUI. EVFSGUI can also be used together with <$ND>. Refer 162 to the documentaion that comes with eCS. 157 163 158 164 5. Debugging -
branches/client-2.0/src/help/readme_de.txt
r542 r545 1 1 #include <version.h> 2 Samba -Client-Plugin fr <$OS>2 Samba Client Plugin fr <$OS> 3 3 Version <$NDPSMB_VERSION> 4 4 Build <$NDPSMB_BUILD> … … 45 45 46 46 Versionen vor Version 1.5.0 hatte ein zweites Modul, das jetzt veraltet ist: 47 smbcd.exe - der Samba -Client-Daemon-Prozesse. Dieser ist seit Version47 smbcd.exe - der Samba Client Daemon-Prozesse. Dieser ist seit Version 48 48 1.5.0 in den Plugin integriert 49 49 … … 76 76 Innotek GCC Runtime DLL) irgendwo in Ihrem LIBPATH, wenn sie nicht schon dort 77 77 ist (Sie kommt mit allen bisherigen eComStation Versionen). 78 Des weiteren bentigt das Plugin den 32 bit TCP/IP Stack. Auch dieser kommt mit allen79 eComstation Versionen mit. Falls noch der 16 bit stack installiert ist, suchen Sie 80 bitte im Internet nach dem 32 bit stack.78 Des weiteren bentigt das Plugin den 32 bit TCP/IP Stack. Auch dieser kommt 79 mit allen eComstation Versionen mit. Falls noch der 16 bit stack installiert 80 ist, suchen Sie bitte im Internet nach dem 32 bit stack. 81 81 82 82 3.1 <$ND> 83 83 ____________ 84 84 85 Sie mssen <$ND> 2.2.1 oder hher installiert haben, vor der Installation dieses 86 Paket. Wenn Sie 64-Bit-API-Datei verwenden mchten, installieren Sie <$ND> 87 Version 2.3 oder neuer. Die Installation ist halbautomatisch und besteht aus folgendem: 85 Sie mssen <$ND> 2.2.1 oder hher installiert haben, vor der Installation 86 dieses Paket. Wenn Sie 64-Bit-API-Datei verwenden mchten, installieren Sie 87 <$ND> Version 2.3 oder neuer. Die Installation ist halbautomatisch und 88 besteht aus folgendem: 88 89 89 - Ndpsmb.dll Installation:90 - ndpsmb.dll Installation: 90 91 Instpl.cmd aus diesem Paket aufrufen. Es werden alle Dateien in das 91 92 Plugin-Verzeichnis kopiert. … … 125 126 Masterttype - 0, wenn "Master" der Name des "Masterbrowsers" ist, 126 127 1, wenn "Master" der Name der "Master-Arbeitsgruppe" ist. 128 Cache timeout - Die Zeit in Sekunden fr die der Cache gltig ist. Wenn 129 die Zeit verstrichen ist, wird das Verzeichniss neu 130 eingelesen. Fr ein sehr grosses Verzeichniss kann es von 131 Vorteil sein, wenn die Zeit erhht wird. (Als Regel: pro 132 500-800 Dateien 10 Sekunden) Standardwert: 10 Sekunden 133 Cache listings - Die Anzahl Verzeichnisse die der Cache behalten soll. 134 Vorsicht, je hher dieser Wert desto mehr Speicher wird 135 gebraucht. Standardwert: 32 Verzeichnisse 127 136 Easupport - 1, wenn der gewnschte Server erweiterte Attribute 128 137 untersttzt, 0, wenn er es nicht tut. 129 Cache timeout - Die Zeit in Sekunden fr die der Cache gltig ist. Wenn die Zeit 130 verstrichen ist, wird das Verzeichniss neu eingelesen. Fr ein sehr 131 grosses Verzeichniss kann es von Vorteil sein, wenn die Zeit erhht wird. 132 (Als Regel: pro 500-800 Dateien 10 Sekunden) Standardwert: 10 Sekunden 133 Cache listings - Die Anzahl Verzeichnisse die der Cache behalten soll. Vorsicht, je hher 134 dieser Wert desto mehr Memory wird gebraucht. Standardwert: 32 Verzeichnisse 135 138 r/w - legt fest ob eine Ressource nur lesbar (r), oder auch 139 beschreibbar (w) sein soll. 136 140 137 141 Wenn man genau eine Freigaben mounten mchte, muá man sowohl den "Server" und … … 139 143 Diese Serverfreigabe wird dann mit dem gewnschten Mountpoint verbunden. 140 144 141 Wenn man auf alle Freigaben eines Servers zugreifen mchte, muá man nur den142 "Server", nicht jedoch die "Freigabe" Parameter festlegen, die anderen Parameter143 sind optional. Die Liste der Server-Freigaben werden dann mit dem gewnschten 144 Mountpoint verbunden.145 Wenn man auf alle Freigaben eines Servers zugreifen mchte, muá man nur 146 den "Server", nicht jedoch die "Freigabe" Parameter festlegen, die anderen 147 Parameter sind optional. Die Liste der Server-Freigaben werden dann mit dem 148 gewnschten Mountpoint verbunden. 145 149 146 150 Mchte man auf alle Server innerhalb einer Arbeitsgruppe zugreifen, dann muá … … 151 155 Wenn man Zugriff auf alle verfgbaren Arbeitsgruppen innerhalb eines Master- 152 156 Browser-Zugriff innerhalb des Netzwerks haben mchte, dann nur den "Master", 153 und weder die "Arbeitsgruppe" noch den "Server" festlegen, die anderen Parameter154 sind optional. Die Liste der Arbeitsgruppen wird mit dem Mountpoint verbunden155 werden. Der "Master"-Arbeitsgruppe sollte allen bekannt sein im Netz. Der156 "Master"-Server sollte der Master-Browser fr Arbeitsgruppe sein.157 und weder die "Arbeitsgruppe" noch den "Server" festlegen, die anderen 158 Parameter sind optional. Die Liste der Arbeitsgruppen wird mit dem Mountpoint 159 verbunden werden. Der "Master"-Arbeitsgruppe sollte allen bekannt sein im Netz. 160 Der "Master"-Server sollte der Master-Browser fr Arbeitsgruppe sein. 157 161 158 162 Standardmáig wird der "guest" Benutzer ohne Passwort verwendet, um Zugang zu … … 165 169 166 170 eComStation kommt mit einem GUI-Programm mit dem Namen EVFSGUI, welches noch 167 mehr Feature und Komfort bietet als das <$ND> GUI. In der Dokumentation 168 zu eComStation finden Sie mehr ber die Verwendung. 171 mehr Features und Komfort bietet als das <$ND> GUI. EVFSGUI kann auch zusammen 172 mit <$ND> benutzt werden. In der Dokumentation zu eComStation finden Sie mehr 173 ber die Verwendung. 169 174 170 175 5. Fehlersuche -
branches/client-2.0/src/help/readme_fr.txt
r542 r545 157 157 1 s'il s'agit du nom du groupe de travail 158 158 "matre". 159 Support des A - 1 pour que les Attributs tendus (Extended160 Attributes) d'<$OS> soient pris en161 charge, 0 sinon.162 159 Dlai du cache - dure de validit du cache en secondes. Si 163 160 la dure est dpasse, le client effectue une … … 175 172 utilise. 176 173 32 listes par dfaut. 174 Support des A - 1 pour que les Attributs tendus (Extended 175 Attributes) d'<$OS> soient pris en 176 charge, 0 sinon. 177 r/w - Dtermine si une connexion est d'tre en lecture 178 seule (r) ou criture (w). 177 179 178 180 Pour monter le partage exact d'un serveur, il faut renseigner
Note:
See TracChangeset
for help on using the changeset viewer.