Nfs Server; Ftp Client - WAGO -I/O-IPC-C6 Manual

Wago-i/o-system 750
Hide thumbs Also See for WAGO-I/O-IPC-C6:
Table of Contents

Advertisement

WAGO-I/O-SYSTEM 750
758-874/000-110 WAGO-I/O-IPC-C6
13.7.3

NFS Server

The NFS ("Network File System") is a service that permits cross-network access
of files. If, for example, the local directory /home is made available in the
network, the following lines must be added in the file /etc/exports:
/home *(rw,sync,all_squash,anonuid=<uid>,anongid=<gid>)
For <uid> and <gid>, enter the Linux user number and group number through
which you are logging on. These numbers can be determined as follows:
> id
uid=0(root) gid=0(root)
For this example, the lines of the file /etc/exports are as follows:
/home *(rw,sync,all_squash,anonuid=0,anongid=0)
13.7.4

FTP Client

The FTP client allows files to be loaded or written from an FTP server. The FTP
client is installed in the directory /bin and can thus be used by every user from
every directory. Port 21 is used for the FTP protocol.
FTP Client Operation
To use the FTP client, an FTP server with a known user must be available on a
remote PC for FTP access. To start the FTP client, enter the following command:
ftp <IP/hostname>
Example:
The FTP server queries the user and password. After successful login, you can
execute commands on the server. You can query available server commands using
. The server then shows a list with all available FTP commands. You can
help
obtain a description of a command by using
cd.
Manual
Version 2.3.0
ftp 192.168.1.11
Operating System
help <command>,
157
such as.
help

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents