I am trying to write a small SPL program in Streams 3.2
In that I need to generate files using filesink and the same file has to be transfered to another server using FTPCommand.
I have copied the com.ibm.streamsx.inet
package in path $STREAM_INSTALL/toolkit
, but I get an error message;
The same has done for Streams 4.2 also. still I am getting same error even this package is available in streams 4.2 version.
Can any one please help me?
You need to add the toolkit location of the com.ibm.streamsx.inet toolkit to your sc command.
Remark: Code sample above works only if you downloaded and extracted the inet toolkit from gitHub (https://github.com/IBMStreams/streamsx.inet/releases/download/v2.7.4/streamsx.inet.toolkits-2.7.4-20160502-0727.tgz) to $HOME/toolkits, otherwise you need to change the path given with -t option.