I would like to download a text file from a website, given I know the URL of it.
There are a few examples in Axaptapedia.com, loading Web Documents. The examples use the Microsoft .NET Framework. The code below is from Axaptapedia:
public static void TEST_DownloadString (Args _args)
{
System.Net.WebClient webClient = new System.Net.WebClient();
;
info(webClient.DownloadString('http://axaptapedia.com'));
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With