next up previous
Next: 4.1 Win client Up: ZIPnet Previous: 3. Daemon

4. Clients

Actually, there is a LinuX and a win client. They automaticly (un)mount or (un)map the ZIP-disk mount point at your client box. They are configured through an INI-file in the clients path. You can use the same INI-file for win and LinuX.

The syntax for the os independent part of ZIPnet.ini:

There must be a section ZIPNET. There is only one value:

hosts
integer; count of ZIPnet host sections

There have to be up to hosts host section ZN_HOSTx (where x is the host number):

title
string; if there are more than one hosts, the user will get a select list filled with the host's titles
host
string; host to connect to
port
integer; port to connect to

An example config:

[ZIPNET]
hosts=1

[ZN_HOST0]
title=250MB ZIP-Drive
host=router.liske
port=777

There are more values have to be set, but since they are os dependent look at those subsection.



Subsections

Thomas Liske 2002-04-10