Copies the contents of a URL to a file.              
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim url As String
Dim filePath As String
Dim proxyName As String
Dim proxyPort As Integer
 
HttpFns.CopyFile(url, filePath, proxyName, proxyPort)  | 
 
            Parameters
- url
 
- The URL to copy
 - filePath
 
- The destination file name
 - proxyName
 
- The name of the proxy host.
 - proxyPort
 
- The port on the proxy host to use.
 
            
             
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also