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