Hi,
In httpsend unit you have function HttpGetBinary. It download binary file to
"Response" stream parameter so you can call then Response.SaveToFile.
HttpGetBinary
can download from HTTPS too, but you must chose plugin first. Read this
article:
http://www.ararat.cz/synapse/doku.php/public:howto:sslplugin
For example if you want use OpenSSL just add ssl_openssl to your uses
section. Remember that you must have OpenSSL librarys installed (you can
just copy libeay32.dll and ssleay32.dll to your exe directory)
Regards.
2011/5/21 Marcos Douglas <m...@delfire.net>
> Hi,
> I need do a download of a file using https, on WinXP SP3.
> How I can do this just using Synapse?
>
> My FPC is 2.4.5 version.
>
> Thanks,
> Marcos Douglas
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>
>
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public