| 
            
              FtpReaderDownloadFile Method
             | 
          
        
        
            Connects to FTP host and downloads file.
            
        
        Namespace: FtpAdaptersAssembly: FtpAdapters (in FtpAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Connects to FTP host and downloads file")]
public void DownloadFile()<AdapterCommandAttribute("Connects to FTP host and downloads file")>
Public Sub DownloadFilepublic:
[AdapterCommandAttribute(L"Connects to FTP host and downloads file")]
void DownloadFile()
[<AdapterCommandAttribute("Connects to FTP host and downloads file")>]
member DownloadFile : unit -> unit  View Source
See Also