323
Views
5
Comments
How OutSystems Connect to FTP

I want to connect to other systems using Outsystems. Would you like to know if it is possible to connect through FTP and how to do so?

When searching for information, it is said that you need to use the File FTP Plugin. Do you need to create an upload and download function inside it? Or exactly what needs to be done? Can you teach me?Thank you very much!


2023-10-21 19-42-11
Tousif Khan
Champion

Hello

Here you can check the component as Demo and sample is there so you might get an Idea for implementation FTP

Thanks

UserImage.jpg
Naku Sitsu

Thank you for your reply.

I tried to connect to the environment of OutSystems, but failed. What is the reason for this? What should I do?

2023-10-21 19-42-11
Tousif Khan
Champion

This is a Extesion file where you can see the code build on .Net ,

You need to use these actions in Outsystems, no need to open here, you can download the demo and check the use case.

Check the attachment

Extension.FtpWebRequest-Asset-and-Demo-1.2.0_O11.zip
UserImage.jpg
Naku Sitsu

After I input the host, username, and password of FTP here, can I connect to FTP and transfer files, upload, and download files through FTP?

2019-03-03 13-55-42
Hothorasman Panjaitan

Dear Team Outsystem Master, I am experiencing an issue when sending files from the Application server to the repository server. Telnet shows port 22 and 990 are successful. This FTP runs on IIS on a Windows Server and the plugin I use is ftpsc. However, other front-end servers can upload files to this repository server using port 22, but from the front-end (Application) server—whose SSL was changed from GlobalSign to an SSL generated by my company—it cannot connect and returns the message "connection time out". What setting is missing that causes this file upload to fail? 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.