168
Views
1
Comments
OutSystems how to upload my files to SFTP (How to connect OutSystems to SFTP)

Hi all,

I am currently quite new in OutSystems. First time doing file uploading in OutSystems. I am wondering how I connect my file that I uploaded using the OutSystems website that I developed to an SFTP Folder? Example I wish to upload the supporting document to SFTP how do I do that? In OutSystems.


This is my OML File: https://drive.google.com/file/d/1Bj0Ly1YMe46-9gwB-goVYxsKsbCeL-xL/view?usp=sharing (On google drive because of the 5 MB limit) 

2023-02-26 23-17-33
Kshitij Raheja

Hey @Deemo 

You can use Forge Components to use SFTP protocol here is one of the components available
https://www.outsystems.com/forge/component-overview/32/sftp

You can also make a C# Extenstion to do the same

Here is the link to an old solved question similar to your issue
https://www.outsystems.com/forums/discussion/55187/is-there-anyway-to-read-files-with-ftp-protocol/

Hope this helps

Regards,
Kshitij

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