Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

ncpfs

Google
 

ncpfs

This is ncpfs, a free NetWare client filesystem for Linux. Besides some little utilities it also contains nprint, which enables you to print on NetWare print queues. The opposite side, pserver, is also provided.

ncpfs works with NetWare versions 3.x and following. It does NOT work with NetWare version 2.x. Some of the NetWare look-alikes, such as CD-ROM servers WinNT 3.51 Server are also NOT supported. This restriction comes from the fact that ncpfs relies heavily on the name space facilities NetWare supports since version 3. When you want to mount volumes that have been exported by mars_nwe, you have to activate the name space calls in mars_nwe's config.h file, although probably it's more clever to use nfs between two Linux machines.

The user-space utilities such as nprint and the bindery utils should work with all versions of NetWare.



Site: ftp://platan.vc.cvut.cz/pub/linux/ncpfs/
Source URL: files/Libraries/ncpfs/ncpfs-2.2.6.tar.gz
Category: Libraries
Hits: 774
Rating: 10
Added: 2007-11-10 18:24:13
Updated: 2008-01-10 19:51:14
Tested on:
Red HatEL3
EL4
EL5
    install.sh
Slackware10
11
12
    install.sh
CentOS4
5
    install.sh
Fedora Core4
5
6
7
8
    install.sh
OpenSUSE10
    install.sh
Ubuntu7.10
    install.sh

Comments:

On systems with gcc version 4, you will get the error message:
ncplib.c:2424: error: invalid storage class for function get_argument
You will need to remove the static declaration from the get_argument function. The function declaration should thus be:
int get_argument(int arg_no, const char **target) {
or use the following command:
sed -i s/static int get_argument/int get_argument/g lib/ncplib.c

by marc at 2007-11-10 19:24:29

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy