Cake.Curl addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Curl.
Contains aliases related to curl.
In order to use the commands for this add-in, a version of curl will need to be installed on the machine where the Cake script is being executed. While curl is usually included in most Unix-based operating systems, you will likely have to install it yourself on Windows. The Windows version of curl is also part of Cygwin.
#addin Cake.Curl
General
CurlDownloadFile Alias from Cake.Curl addin |
Downloads the file from the specified remote URL. |
CurlDownloadFile Alias from Cake.Curl addin |
Downloads the file from the specified remote URL to the working directory. |
CurlDownloadFiles Alias from Cake.Curl addin |
Downloads the files from the specified remote URLs. |
CurlDownloadFiles Alias from Cake.Curl addin |
Downloads the files from the specified remote URLs to the working directory. |
CurlUploadFile Alias from Cake.Curl addin |
Uploads the specified file to a remote host using the specified URL. |
CurlUploadFile Alias from Cake.Curl addin |
Uploads the specified file to a remote host using the specified URL. |