You can copy media files over to the NION using FTP and then use them in your NWare projects. This allows you to quickly change the available media in a project. You can also minimize the size of the NWare project file by storing your media on the NION and not in the project file itself. You can use any FTP client to copy the files.
In order to allow files to be copied, you need to enable the FTP server on the node you are using. This is done via the web interface. Once FTP is enabled, you can use an FTP client (or the FTP command from a Command Prompt window) to copy files over.
Files on an nControl unit can be played using a Media Player device in your NWare design.
Files on a NION can be played using a Wave File Player device in your NWare design.
For more information on these devices, refer to the NWare Device Reference.
Notes:
To enable the FTP server
You will be asked to log on.
To copy media files to the NION
FTP
and press Enter.The
prompt is displayed.ftp>
open <IP address of NION>
and press Enter.The following message is displayed.
Connected to <IP address>.
...
User (<IP address>:(none)):
anonymous
and press Enter.You do not need to specify a password.
ls
and press Enter.binary
to switch to binary copy mode.mput <filename>
and press Enter.The parameter <filename> is either a single file or a wildcard referencing multiple files.
When you have finished copying files, type
to close the ftp session.quit
See also Specifying the IP address via the web browser Enabling or disabling network services |