How do I fetch files with HTTP using Progress ABL?
Is there an easy way to fetch a file using an HTTP URL with Progress ABL 10.1B without external dependencies? If so, what is the most elegant way of doing so?
I开发者_如何学编程 tried the documentation, but didn't seem to contain anything like that.
I couldn't link through, but you can use sockets for this. Take a look at the doc here.
精彩评论