Contents
This operator sample illustrates the use of the TIBCO StreamBase® operator for FTP by
sending an FTP client GET
command to an FTP server to
retrieve a file.
-
First, ensure that you have imported the sample by following the section above: Importing This Sample into StreamBase Studio.
-
This sample is ready to run out of the box. Click the Run button to start the application and enter the SB Test/Debug perspective.
Enter no values and press
. -
Press F9 or click the Stop Running Application button.
-
Refresh your project, by selecting the project from the resource menu and pressing F5.
You should notice that there is now a new file in your project. This was the file retrieved via the FTP
GET
command. -
Restart the application
In the field
cmd
, enter the valueFREE_FORM
and press .You should see, in the Output Streams tab, that the
object
field contains two numbers. The first is the server response code and the second is the size of the file that you just retrieved, in bytes. -
Experiment with different values for
cmd
,local
,remote
and the operator properties.If you want to have more functionality, be sure to change the
Server hostname
,Username
andPassword
operator properties to a server on which you have write access.
In StreamBase Studio, import this sample with the following steps:
-
From the top menu, select
→ . -
Select
FTP Operator
from the Extending StreamBase category. -
Click OK.
StreamBase Studio creates a single project containing the sample files.
When you load the sample into StreamBase Studio, Studio copies the sample project's files to your Studio workspace, which is normally part of your home directory, with full access rights.
Important
Load this sample in StreamBase Studio, and thereafter use the Studio workspace copy of the sample to run and test it, even when running from the command prompt.
Using the workspace copy of the sample avoids the permission problems that can occur when trying to work with the initially installed location of the sample. The default workspace location for this sample is:
studio-workspace
/sample_ftp
See Default Installation
Directories for the location of studio-workspace
on your system.
In the default TIBCO StreamBase installation, this sample's files are initially installed in:
streambase-install-dir
/sample/ftp
See Default Installation
Directories for the location of streambase-install-dir
on your system. This location
may require administrator privileges for write access, depending on your platform.