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.
                            
 
	
		Summary
	
            Downloads the file from the specified remote URL to the working directory.
            
		
	Syntax
	public static void CurlDownloadFile(this ICakeContext context, Uri host)
	Examples
	
            CurlDownloadFile(new Uri("http://host/file"));
             
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The Cake context. | 
					
					
						| host | 
						Uri | 
						The URL of the file to download. | 
					
			
		 
	 	
	Return Value