3rd:VPcURL
From wiki.visual-prolog.com
The VPcURL package provides Visual Prolog bindings to the cURL library, which is a library for HTTP and FTP.
Features
- VPcURL functions which are reasonable close to the Curl manual.
- VP multithreading replacing curl_multi
- HTTP and FTP
- zlib compression library (some functions), see the Zlib specs
Separate classes with runnable annotated samples include
- a complex connection with POST, file-upload, POST- and GET-vars, file download all in one go.
- a simple case opening a page (.HTML) on the internet which does not exist
- a simple case downloading an image file from the internet and saving it on disk.
- an FTP upload testcase (please provide your own FTP adres, userid and password).
- an FTP download case
- a 3 step header/redirect example
- a debug mode example
Download from Discussion forum: VPcURL package