382
Views
3
Comments
Solved
Is there anyway to read files with FTP protocol?

Hi, i'm looking for a way to read big CSV and XLSX files from my local network with FTP protocol, is there anyway to do this with Outsystems 10.0.8.x?

2026-01-26 10-25-31
Lennart Kraak
Champion
Solution

Hi Davi,

There are some (S)FTP components in the Forge that you can use. With those you can get the file binaries from the FTP-server. After that you can just use ExcelToRecordList for the XLSX-binary, or one of the CSV-components from the Forge for the CSV-binary that does the same for you.

Does this answer you question?

Regards,
Lennart

2019-11-12 18-01-01
Davi Queiroz

Lennart Kraak wrote:

Hi Davi,

There are some (S)FTP components in the Forge that you can use. With those you can get the file binaries from the FTP-server. After that you can just use ExcelToRecordList for the XLSX-binary, or one of the CSV-components from the Forge for the CSV-binary that does the same for you.

Does this answer you question?

Regards,
Lennart

Yes, actually its helps a lot. Thank you so much!


2021-08-30 15-28-09
Leandro Correa

If you don't find a solution with the forge's components, you can create a C# Extension with the FtpWebRequest class.

Regards,

Leandro.

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