Remote file (http://) access
Created at 25 Feb 2019, 15:39
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,
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