194 Operating System WAGO-I/O-SYSTEM 750758-874/000-131 WAGO-I/O-IPC-C6ManualVersion 1.0.014.7.3 NFS ServerThe NFS ("Network File System") is a service that permits cross-network accessof files. If, for example, the local directory /home is made available in thenetwork, the following lines must be added in the file /etc/exports:/home *(rw,sync,all_squash,anonuid=,anongid=)For and , enter the Linux user number and group number throughwhich you are logging on. These numbers can be determined as follows:> iduid=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)14.7.4 FTP ClientThe FTP client allows files to be loaded or written from an FTP server. The FTPclient is installed in the directory /bin and can thus be used by every user fromevery directory. Port 21 is used for the FTP protocol.FTP Client OperationTo use the FTP client, an FTP server with a known user must be available on aremote PC for FTP access. To start the FTP client, enter the following command:ftp Example: ftp 192.168.1.11The FTP server queries the user and password. After successful login, you canexecute commands on the server. You can query available server commands usinghelp. The server then shows a list with all available FTP commands. You canobtain a description of a command by using help , such as. helpcd.