# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
To use the remote mode the client and the server are started with the -inetd command-line argument:
## superserver is listen on 'inet' port 'myPort' for incoming connections and ## starting 'FreiburgServer' with user 'myuser' myPort stream tcp nowait myuser /path/to/FreiburgServer FreiburgServer -inetd -tcp
## superserver is listen on 'unix' file '/var/myFile' for incoming connections and ## starting 'FreiburgServer' with user 'myuser' /var/myFile stream unix nowait myuser /path/to/FreiburgServer FreiburgServer -inetd -uds
1.3.8-20040928