Re: [twsocket] THttpCli wget

2015-05-29 Thread Angus Robertson - Magenta Systems Ltd
> Does THttpCli support wget and how is this done?

No, WGET is not part of the HTTP protocol.

WGET simply uses the HTTP (and FTP) protocols to download single or multiple 
files
recursively, generally from a command line or script.

But you can do much the same thing with my TMagFtp, TMagHttp and TMagFileCopy
components that use ICS, they download and copy files and directory trees
recursively from a single function call. 
 
http://www.magsys.co.uk/delphi/magxfer.asp

If you really want WGET, there are versions compiled for Windows. 

Angus


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] THttpCli wget

2015-05-28 Thread StephenBrennan
Does THttpCli support wget and how is this done?

Regrads
Stephen
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be