Linux 163WAGO I/O-SYSTEM 750I/O-IPC-C10E, CANopen Master14.6.2 FTP Server (pure-ftpd)"File Transfer Protocol" is used to exchange files between a PC and the I/O-IPC.To do this, Linux cannot be installed on the PC since Windows also provides FTPclient functions.In the I/O-IPC as delivered to the customer, the FTP server is activated. The FTPdaemon is started and stopped with the script /etc/rc.d/S09_pureftd and waits afterthat for corresponding requests.Exchange of FTP Files between a PC and the I/O-IPC over EthernetTo exchange files between a PC and the I/O-IPC over Ethernet using FTP, an FTPclient is necessary. To do this, you can use both an Internet browser (InternetExplorer) and an FTP program (e.g., Filezilla, DOS Console, Linux Console). TheFTP connection is carried out through port 21, which many FTP programs requireyou to enter.Using Windows Internet Explorer as the FTP client, for example, you would enterthe following address in the address line of Windows Explorer:ftp://username:password@hostname.Example: ftp://user:user@192.168.1.17 .Information on users and passwords for the Linux console can be found in Section14.4.3.Using the DOS console as the FTP client, for example, you would enter thefollowing command in the console:ftp Figure 113: DOS consoleAfter you have logged on, you can call up help with help, which describes theavailable commands of the slave's FTP console. For example:put file.html // Write a file to the I/O-IPCget file.gif // Read a file from the I/O-IPCcd/ // Change to the root directoryhelp // Show all available commands