Wednesday, August 23, 2023

FTP Put - How to use it.?

FTP is a protocol used to transfer files between systems remotely connected over TCP. 

In TIBCO, we can write business processes for establishing FTP connections with remote systems and transferring files from system to another.

I will explain step by step how you can connect to a remote FTP server and then send a file from the server.

Create FTP Connection

In FTP Connection, enter FTP Host, Port, Username and Password. 




Test the connection, if given values are correct then connection is successful. Else, you need to contact Infrastructure team for right login credentials.

Create Tibco process as per business requirement.

List Files Activity

Group Settings

Read Activity

FTP Put Activity



OutPut



Source code: 

Thanks for reading


No comments:

Post a Comment

XML Palette Activities

The XML palette provides activities for parsing XML strings into schemas and rendering schemas into XML strings Parse XML: Parse XML  is use...