Changeset 540 for trunk/client/src/help/readme.txt
- Timestamp:
- Jan 28, 2011, 1:23:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/client/src/help/readme.txt (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/help/readme.txt
r521 r540 1 Samba Client Plugin for eCS (OS/2) 2 Version _VERSION_ 3 Build _BUILD_ 1 #include <nversion.h> 2 Samba Client Plugin for <$OS> 3 Version <$NDPSMB_VERSION> 4 Build <$NDPSMB_BUILD> 4 5 __________________________________ 5 6 … … 10 11 2. License 11 12 3. Installation 12 3.1 Netdrive13 3.1 <$ND> 13 14 3.2 EVFS 14 15 4. NDPSMB.DLL usage 15 4.1 Netdrive16 4.1 <$ND> 16 17 4.2 EVFS 17 18 5. Debugging … … 24 25 Samba is a SMB/CIFS protocols file and print sharing server/client suite 25 26 originally made for the UNIX world to cooperate with corresponding Windows and 26 eCS (OS/2) servers or clients. eCS (OS/2)has a native implementation of SMB/CIFS27 <$OS> servers or clients. <$OS> has a native implementation of SMB/CIFS 27 28 server/client set - IBM LAN Manager and IBM Peer. These products haven't been 28 29 updated for a long time and have some compatibility problems with modern 29 30 Windows SMB/CIFS implementations. 30 31 31 This package is the eCS (OS/2)port of Samba client made as the plugin for32 33 - NetDrive for eCS (OS/2) - a well known virtual file system for eCS (OS/2)or32 This package is the <$OS> port of Samba client made as the plugin for 33 34 - <$ND> for <$OS> - a well known virtual file system for <$OS> or 34 35 - EVFS - the eComStation Virtual Filesystem for SMB. 35 36 36 eCS (OS/2)Samba client provides seamless access to SMB/CIFS file shares over37 <$OS> Samba client provides seamless access to SMB/CIFS file shares over 37 38 your network using TCP/IP as the underlying transport protocol. 38 39 39 The eCS (OS/2)Samba client consists of one module:40 ndpsmb.dll - the NetDrive/EVFS plugin itself.40 The <$OS> Samba client consists of one module: 41 ndpsmb.dll - the <$ND>/EVFS plugin itself. 41 42 42 43 Releases prior to version 1.5.0 had a second module which is now deprecated: … … 49 50 Samba is freely available under the GNU General Public License. You can get 50 51 the full sourcecode from our SVN repository, please refer to the Samba for 51 eCS (OS/2)Homepage for details about downloading the source.52 53 The NetDriveplugin is also available with full sourcecode.52 <$OS> Homepage for details about downloading the source. 53 54 The <$ND> plugin is also available with full sourcecode. 54 55 55 56 So if you are using our plugin we kindly ask you to support netlabs.org. 56 Please refer to the Samba for eCS (OS/2)Homepage to learn how you can do57 Please refer to the Samba for <$OS> Homepage to learn how you can do 57 58 that! 58 59 … … 60 61 Links: 61 62 62 Samba for eCS (OS/2)Homepage: http://samba.netlabs.org/63 NetDriveHomepage: http://www.blueprintsoftwareworks.com/netdrive/63 Samba for <$OS> Homepage: http://samba.netlabs.org/ 64 <$ND> Homepage: http://www.blueprintsoftwareworks.com/netdrive/ 64 65 Samba Homepage: http://www.samba.org/ 65 66 … … 74 75 releases. If you have still the 16 bit stack, please search the net for the 32 bit stack. 75 76 76 3.1 Netdrive77 3.1 <$ND> 77 78 ____________ 78 79 79 You must have NetDrive2.2.1 or newer installed prior to installation of this80 You must have <$ND> 2.2.1 or newer installed prior to installation of this 80 81 package. If you want to use 64bit file API, you should install 2.3 or newer 81 version of NetDrive. The installation is semi-automatic and consists of the82 version of <$ND>. The installation is semi-automatic and consists of the 82 83 following: 83 84 84 85 - ndpsmb.dll installation : 85 Run instpl.cmd from this package. It will place all files to the netdrive86 Run instpl.cmd from this package. It will place all files to the <$ND> 86 87 plugin directory. 87 88 … … 97 98 98 99 99 4.1. Usage with Netdrive100 4.1. Usage with <$ND> 100 101 ______________________ 101 102 102 NetDrive Samba plugin is used according to general NetDriveusage rules. Read103 the NetDrivedocumentation for more information. The SMB/CIFS resources could103 <$ND> Samba plugin is used according to general <$ND> usage rules. Read 104 the <$ND> documentation for more information. The SMB/CIFS resources could 104 105 be mounted either using command line nd.exe utility or WPS ndpm.exe utility of 105 NetDrive.106 107 The NetDriveSamba plugin parameters are:106 <$ND>. 107 108 The <$ND> Samba plugin parameters are: 108 109 109 110 workgroup - the name of workgroup to connect to. … … 117 118 masterttype - 0 if 'master' is the name of master server, 1 if 'master' is 118 119 the name of master workgroup. 119 easupport - 1 to support eCS (OS/2)Extended Attributes, 0 to not support it120 easupport - 1 to support <$OS> Extended Attributes, 0 to not support it 120 121 cache timeout - the time in seconds for which the cache is valid. If the time is 121 122 over the client rereads the directory again. For a directory with … … 153 154 154 155 eComStation comes with a GUI program named EVFSGUI which is even more feature 155 rich than the NetdriveGUI. Refer to the documentaion that comes with eCS.156 rich than the <$ND> GUI. Refer to the documentaion that comes with eCS. 156 157 157 158 5. Debugging … … 163 164 The logfile is placed to your LOGFILES env path, if available. If the 164 165 LOGFILES environment variable is missing, the logfile is placed into the 165 Netdrive directory. The logfile is called log.ndpsmb for the Netdrivepart166 <$ND> directory. The logfile is called log.ndpsmb for the <$ND> part 166 167 and log.smbc for the Samba part. 167 168 … … 280 281 - touch did not delete the cache 281 282 283 v2.0.0 GA: 284 - changed wpi package 285 282 286 v2.1.0 alpha1: 283 287 - moved to samba 3.3 source base 284 288 - new merge of 2.0 code and 1.6 code 285 289 - enhanced the debug part 290
Note:
See TracChangeset
for help on using the changeset viewer.
