This function creates a "remote file device" with the name i_sDevName. A network device has to be created for every remote computer whose data shall be reached.
The remote computer is specified with its IP address i_sHostIpAddr.
A network device name can follow the computer device name with a ":". The files are accessed transparently using FTP client services. An FTP server must be configured to be able to access a remote computer. When you open a remote file, the entire file is copied via the network to a local buffer. If a remote file is created, then an empty local buffer is opened. The read and write access operations are performed on the local copy of the file. If the file was opened for writing and changing, the local copy is sent back via the network to the remote computer when the file is closed.