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)
Hey @Deemo
You can use Forge Components to use SFTP protocol here is one of the components availablehttps://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 issuehttps://www.outsystems.com/forums/discussion/55187/is-there-anyway-to-read-files-with-ftp-protocol/
Hope this helps
Regards,Kshitij