Loading csv file from FTP server

Hi,

I would like to ask you if its possible to download csv (or any) file from FTP server via Unreal Engine API. If it is please tell me how to do this.

Now I am dynamically parsing csv from fil in my games content folder but I need to load this file from external FTP server.
Is https://docs.unrealengine.com/latest/INT/API/Runtime/HTTP/index.html the right direction?

Thanks in advance

I don’t think there are any classes for FTP in the engine itself, but if you can make the file visible on the web server you can get it via the HTTP engine module that you mentioned. Or else you will need to use an external FTP library.

Question Xter: Are you importing this data and then exporting it? If so was there anything specific you are using to export CSV file? if not, sorry to waste your time x.x