TABLE OF CONTENTS
1. Activity program name
RCA.Activities.FTP.WithFTPSession
2. Description
Up to Studio version 2.0.2.0
Quick Access: "Toolbox" > "FTP" > "FTP Scope"
From Studio version 2.0.3.0
Quick Access: "Toolbox" > "FTP" > "FTP Scope"
This activity provides a container for connecting to an FTP server and performing multiple actions within it. Additionally, it helps to establish an FTP session by specifying and validating connection details. First, you need to establish a session with this activity before executing other FTP actions.
Tested on Studio version: 2.2.0.5
Note: Text and descriptions may vary slightly depending on the version.
3. Properties
4. How to use
An explanation based on the actual use case of the "FTP Scope" activity.
Example: Connecting to an FTP server.
Let's assume the following FTP server information for this example:
Port to connect to the FTP server: 21
Host to connect to the FTP server: 12.34.56.78 or ftp.myhost.com
Username to connect: UserNameForFTPSite
Password to connect: P@ssW0rd123
Connection Method: Anonymous connection (no SSL authentication)
Drag and drop the "With FTP Session" activity from "FTP" into the Designer panel.
Next, set the properties as follows for this example:
It is recommended to store values like passwords in String variables and reference those variables in the properties.
If SSL connection is used, adjust the "Security" properties according to your environment.
Save and click "Home > Start" or press "F5" to execute. If all property settings are correct, the execution will complete without errors.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article