Remote file (http://) access

Created at 25 Feb 2019, 15:39
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
FMogyi's avatar

FMogyi

Joined 13.10.2015

Remote file (http://) access
25 Feb 2019, 15:39


I would like to access to a file for reading and writing which is on the internet at any url.  For example: http://www.somewhere.com/thisfile.txt

How can I acces it from cAlgo? 

Thanks,


@FMogyi
Replies

PanagiotisCharalampous
26 Feb 2019, 09:53

Hi FMogyi,

The following links might be helpful

https://stackoverflow.com/questions/4758283/reading-data-from-a-website-using-c-sharp

https://www.codeproject.com/Tips/443588/Simple-Csharp-FTP-Class

Best Regards,

Panagiotis


@PanagiotisCharalampous